Here is how you execute a simple shell command without arguments:
System.cmd("whoami", [])
# => {"lukas\n", 0}
Checkout the documentation about System for more information.
Here is how you execute a simple shell command without arguments:
System.cmd("whoami", [])
# => {"lukas\n", 0}
Checkout the documentation about System for more information.