From 3e16c543874a8ed11ca71b44d8101ada0d654b71 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 2 Nov 2020 17:13:39 +0000 Subject: [PATCH] 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 --- shells/shared/aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/shared/aliases b/shells/shared/aliases index 17043db9..19e3d859 100644 --- a/shells/shared/aliases +++ b/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 # ################