snipplets.dev/code/Crystal/env_variable.cr

4 lines
73 B
Crystal

shell = ENV["SHELL"]
puts "SHELL: #{shell}\nLANG: #{ENV["COLORTERM"]}"