vito/resources/commands/system/run-script.sh
Saeed Vaziry e1eb42059f code style fix
add command tests
2023-09-02 16:41:42 +02:00

8 lines
124 B
Bash

if ! cd __path__; then
echo 'VITO_SSH_ERROR' && exit 1
fi
if ! __script__; then
echo 'VITO_SSH_ERROR' && exit 1
fi