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:
parent
7a82ef8f29
commit
6f8de2427e
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ alias q='exit;'
|
||||||
|
|
||||||
alias rnc="resize-netcat-listener -r $HOME/go/src/resize-nc-listener/examples/stty-resize-copy"
|
alias rnc="resize-netcat-listener -r $HOME/go/src/resize-nc-listener/examples/stty-resize-copy"
|
||||||
|
|
||||||
|
alias wingcc='x86_64-w64-mingw32-gcc'
|
||||||
|
|
||||||
################
|
################
|
||||||
# Pentesting #
|
# Pentesting #
|
||||||
################
|
################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue