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
Jonathan Hodgson 4 years ago
parent de1bcc7cdc
commit 3e16c54387
  1. 2
      shells/shared/aliases

@ -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 #
################

Loading…
Cancel
Save