l mors.r: fix syntax, add play-on

This commit is contained in:
lassulus 2023-07-08 16:24:54 +02:00
parent 9cbce7b82f
commit d89a10ffec
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ with import <stockholm/lib>;
dnsutils
woeusb
(pkgs.writeDashBin "play-on" ''
HOST=$(echo 'styx\nshodan' | fzfmenu)
ssh -t "$HOST" -- mpv "$@"
'')
];