snipplets.dev/snipplets/code/Crystal/env_variable.cr

4 lines
73 B
Crystal
Raw Normal View History

2022-08-13 11:18:47 +03:00
shell = ENV["SHELL"]
puts "SHELL: #{shell}\nLANG: #{ENV["COLORTERM"]}"