diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 01:12:51 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 01:12:51 +0200 |
commit | 51818bcf9718a782a380251f2b63676e616f497a (patch) | |
tree | 115f5fec45f5661a6bf4439e8399bfe9f8f23309 /modules/mixtapes/main.sh | |
parent | 95434f4629cdcbdd322993ebb80425e2dfad976c (diff) | |
download | arching-kaos-tools-51818bcf9718a782a380251f2b63676e616f497a.tar.gz arching-kaos-tools-51818bcf9718a782a380251f2b63676e616f497a.tar.bz2 arching-kaos-tools-51818bcf9718a782a380251f2b63676e616f497a.zip |
kinda what the decentralized radio does on the browser, but we try on the terminal here
Diffstat (limited to 'modules/mixtapes/main.sh')
-rwxr-xr-x | modules/mixtapes/main.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mixtapes/main.sh b/modules/mixtapes/main.sh index ce9b35a..3448209 100755 --- a/modules/mixtapes/main.sh +++ b/modules/mixtapes/main.sh @@ -44,6 +44,7 @@ if [ ! -z $1 ]; then -r | --read) _ak_modules_mixtapes_read $2; exit;; -s | --specs) _ak_modules_mixtapes_specs $2; exit;; -x | --html) _ak_modules_mixtapes_html $2; exit;; + -f | --find-now) _ak_modules_mixtapes_find_now; exit;; * ) _ak_usage;; esac else _ak_usage |