forked from kunsi/dotfiles
Auto-commit kunsi-p14s.kunbox.net 2024-09-04 20:03:57
This commit is contained in:
parent
7af7b3cbd6
commit
764baad9b4
2 changed files with 5 additions and 1 deletions
|
@ -70,3 +70,7 @@ end
|
||||||
function cert
|
function cert
|
||||||
echo "" | openssl s_client -connect {$argv[1]}:443
|
echo "" | openssl s_client -connect {$argv[1]}:443
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function tomp3
|
||||||
|
ffmpeg -i "$argv[1]" -vn -f mp3 -q:a 0 "$(basename "$argv[1]").mp3"
|
||||||
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/home/kunsi/.config/systemd/user/grobi.service
|
/usr/lib/systemd/user/grobi.service
|
Loading…
Reference in a new issue