RosettaCodeData/Task/Execute-a-system-command/DBL/execute-a-system-command.dbl
2023-07-01 13:44:08 -04:00

3 lines
211 B
Text

XCALL SPAWN ("ls *.jpg > file.txt") ;execute command and continue
XCALL EXEC ("script.sh") ;execute script or binary and exit
STOP '@/bin/ls *.jpg > file.txt' ;exit and execute command