Fish: made deb extract function less garbage

This commit is contained in:
Phantop 2019-01-15 18:58:01 -05:00
parent 55b8f6a98b
commit 3745f96a00
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Defined in /tmp/fish.zzZ7OS/deb.fish @ line 1
# Defined in /tmp/fish.mcutOu/deb.fish @ line 2
function deb
ar -x $argv
zcat data.tar.gz | s tar xv
tar Jxv data.tar.*
echo "You can install the deb with 'sudo cp -r'. Won't kill your system."
end