Starting ARIA using a script
The correct script syntax
If ARIA is started through a sh or csh or tcsh script and not using the environment variables defined in the shell, the script should have the following syntax:
#!/bin/csh -f
setenv ARIA2 /home/soft/aria2.2/
python -O $ARIA2/aria2.py $*
The script arguments (-g, -s, ..) used in the commands:
aria -s
aria -g
....
have to be given to the command using the "$*".