Personal tools
You are here: Home / FAQ / Starting ARIA using a script

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 "$*".

October 2018 »
October
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
293031