require "./do" require "./indent" str = "truc sur plusieurs lignes" indented = indent 2, str puts indented cmd = "ls" Do.runsh cmd