Command
- 1 Minute to read
Command
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.sh
args
: 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
Was this article helpful?