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

July 2020 »
July
MonTueWedThuFriSatSun
12345
6789101112
13141516171819
20212223242526
2728293031