RosettaCodeData/Task/Execute-a-system-command/Aime/execute-a-system-command.aime

6 lines
48 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
sshell ss;
2018-06-22 20:57:24 +00:00
ss.argv.insert("ls");
2013-04-10 16:57:12 -07:00
2018-06-22 20:57:24 +00:00
o_(ss.link);