summarylogtreecommitdiffstats
path: root/motrix
blob: 5e8f5f9e48b68b3e4da23749b90748c2c1d1554f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
SESSION="$HOME/.cache/aria2.session"
if [[ ! -f $SESSION ]]
then
        touch $SESSION;
        chmod 666 $SESSION;
fi
exec /opt/motrix/motrix