diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 22:25:13 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 22:26:46 +0200 |
commit | 1390824f4a379b8692c0555e8ccd00d0e63785a8 (patch) | |
tree | 8ea6405fb8f6bfe810b54dca13b7aeb0e47171b3 /bin/menuscripts/mcurs | |
parent | cafd1c098f43e819beea1a3f2ae612c04dd9a514 (diff) |
[mmedia] use mmedia in favor of mcurs
Use a function for concat_path this make it easy to disable it by
redefining it.
Diffstat (limited to 'bin/menuscripts/mcurs')
-rwxr-xr-x | bin/menuscripts/mcurs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/menuscripts/mcurs b/bin/menuscripts/mcurs deleted file mode 100755 index 3714c41..0000000 --- a/bin/menuscripts/mcurs +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -choice="$(find "${1:-"$HOME"/docs/school}" \ - -type f -path "*/?ursus/index.html" 2> /dev/null | - sed "s;$HOME;~;" | commander -x -d -c)" -[ "$choice" ] || exit 1 - -firefox --new-window "$choice" |