1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-02-08 04:28:12 +00:00

Fish: gzexe and upx functions

This commit is contained in:
Phantop 2019-03-28 16:58:56 -04:00
parent a72206dd98
commit 53c52815da
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.qu78NN/gzexe.fish @ line 1
function gzexe
$D/Tools/gzexe $argv
end

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.CvTXoj/upx.fish @ line 1
function upx
$D/Tools/upx $argv
end