4 lines
73 B
Crystal
4 lines
73 B
Crystal
|
shell = ENV["SHELL"]
|
||
|
|
||
|
puts "SHELL: #{shell}\nLANG: #{ENV["COLORTERM"]}"
|