1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00

Fish: FLAC compression function

This commit is contained in:
Phantop 2019-04-08 23:17:13 -04:00
parent 55a59677b1
commit 83aa016c9d

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.GyKM24/flacc.fish @ line 1
function flacc
flac -f -8 -V $argv
end