SHELL: Adds a shortcut for wingcc

I can never remember the name of the command to compile a windows exe in
linux so I created an alias for it called wingcc
This commit is contained in:
Jonathan Hodgson 2020-11-02 17:13:39 +00:00
parent 7a82ef8f29
commit 6f8de2427e

View file

@ -160,6 +160,8 @@ alias q='exit;'
alias rnc="resize-netcat-listener -r $HOME/go/src/resize-nc-listener/examples/stty-resize-copy"
alias wingcc='x86_64-w64-mingw32-gcc'
################
# Pentesting #
################