vito/app/SSH/OS/scripts/download.sh
2024-03-27 11:41:29 +01:00

4 lines
75 B
Bash

if ! wget __url__ -O __path__; then
echo 'VITO_SSH_ERROR' && exit 1
fi