diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-11-30 16:22:50 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-11-30 16:22:50 +0530 |
commit | b0ba34d326bf3634f17709489b6d56a44f0b61c7 (patch) | |
tree | a897c285f6001f85261eee63150013825be9a8f7 /.local/bin/starttorr | |
parent | 7e19ac71731340dda02ffedde8b2f7cce5ecf73e (diff) |
local-bin scripts
Diffstat (limited to '.local/bin/starttorr')
-rwxr-xr-x | .local/bin/starttorr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/starttorr b/.local/bin/starttorr new file mode 100755 index 0000000..44ce3ac --- /dev/null +++ b/.local/bin/starttorr @@ -0,0 +1,4 @@ +#!/bin/sh + +sudo -A systemctl start jackett +sudo -A systemctl start flaresolverr |