Command¶
Executes a script inside RayaOS, this will be executed under the user
rayadevel, and it will execute the scripts that are located in
/opt/raya_os/commands.
Usage¶
rayasdk command [-h] [name] [args]
Optional arguments¶
-h--help: Show this help message and exitname: Name of the script without.shargs: Arguments of the script
Example¶
rayasdk command date -now
Inside the container the commands that are going to be executed will look like:
cd /opt/raya_os/commands
./date.sh -now