1 shell
Mohammed Qureshi (Nova Cat) edited this page 2025-07-23 20:36:22 -07:00

Run a command on the device MeowNexUS is running on, requires the full permission

An alternative of this command that doesn't require permissions is the docker plugin.

Syntax

$shell command # Runs command
$shell python3 -c print("meow") # Prints meow
$shell sudo reboot # Reboots if the user can elevate as root without password