2 Copyright © 2009, The AROS Development Team. All rights reserved.
5 Desc: Test program for the libc's system() function.
12 int main(int argc
, char *argv
[])
19 "Usage: %s <command string>\n"
20 " only first command is used, quote command if it contains spaces\n",
26 ret
= system(argv
[1]);