6 lines
107 B
Mathematica
6 lines
107 B
Mathematica
|
|
void runls()
|
||
|
|
{
|
||
|
|
[[NSTask launchedTaskWithLaunchPath:@"/bin/ls"
|
||
|
|
arguments:@[]] waitUntilExit];
|
||
|
|
}
|