summaryrefslogtreecommitdiff
path: root/rmt-action
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-07-16 20:43:50 +0200
committerLM-LCL <hello@exaltedelite.club>2023-09-01 16:14:03 +0200
commit5d748990bcf2e42415acc8a8f0c481d408ce5a73 (patch)
tree62ba626eb4ecbf5c3a2b9f8ed4f7fb63aea40947 /rmt-action
parent20da9380db10967dba80b1e39f867801c22c2a7c (diff)
feature streamlining
Diffstat (limited to 'rmt-action')
-rwxr-xr-xrmt-action10
1 files changed, 0 insertions, 10 deletions
diff --git a/rmt-action b/rmt-action
index 03da0d8..e3ec2ae 100755
--- a/rmt-action
+++ b/rmt-action
@@ -9,8 +9,6 @@ run() {
'Download' \
'aDownload' \
'Torrent' \
- 'Rip' \
- 'Stream' \
'Open' \
'Clipboard')
@@ -55,14 +53,6 @@ run() {
./lib/action/"${CHOICES[7]}" "$2"
;;
- "${CHOICES[8]}")
- ./lib/action/"${CHOICES[8]}" "$2"
- ;;
-
- "${CHOICES[9]}")
- ./lib/action/"${CHOICES[9]}" "$2"
- ;;
-
'')
exit 0
;;