summarylogtreecommitdiffstats
path: root/motrix
diff options
context:
space:
mode:
Diffstat (limited to 'motrix')
-rwxr-xr-xmotrix8
1 files changed, 8 insertions, 0 deletions
diff --git a/motrix b/motrix
new file mode 100755
index 000000000000..5e8f5f9e48b6
--- /dev/null
+++ b/motrix
@@ -0,0 +1,8 @@
+#!/bin/bash
+SESSION="$HOME/.cache/aria2.session"
+if [[ ! -f $SESSION ]]
+then
+ touch $SESSION;
+ chmod 666 $SESSION;
+fi
+exec /opt/motrix/motrix