RosettaCodeData/Task/Execute-a-system-command/Gambas/execute-a-system-command.ga...

6 lines
40 B
Plaintext

Public Sub Main()
Shell "ls -aul"
End