networkctl/src/tests.cr

18 lines
138 B
Crystal
Raw Normal View History

require "./do"
2019-11-05 01:13:57 +01:00
require "./indent"
str = "truc
sur
plusieurs
lignes"
indented = indent 2, str
puts indented
cmd = "ls"
Do.runsh cmd