diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2024-01-20 03:09:15 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2024-01-20 03:09:15 +0000 |
commit | 3a75ef24c0f9ef6979b4a46e08b0f6d035e49619 (patch) | |
tree | e03182c62ca1aeca420889f780b34d0be1ba5829 /scripts/.local | |
parent | 2e8934581958d57a444656ac5b90627dfaeb778b (diff) |
Updated torrenting setup
Diffstat (limited to 'scripts/.local')
-rwxr-xr-x | scripts/.local/bin/torrent | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/.local/bin/torrent b/scripts/.local/bin/torrent new file mode 100755 index 0000000..6d96e41 --- /dev/null +++ b/scripts/.local/bin/torrent @@ -0,0 +1,4 @@ +#!/bin/sh + +transmission-daemon & +transmission-remote-gtk |