diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-17 12:37:30 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-17 12:37:30 +0200 |
commit | b519c5f639e143251ad725970f28bd613315b277 (patch) | |
tree | a75a7eea8777a1537dc5ea7ad524276e5b4c4fc8 /config/essentials/shell/functions.sh | |
parent | 6e3c07b70a1f3082afa2115ccac790d859d83b7b (diff) |
checkpoint
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r-- | config/essentials/shell/functions.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index b7bb5fd..46f2a7e 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -399,3 +399,7 @@ ssh() { done /usr/bin/ssh $@ } + +gccg() { + gcc -g -Wall -pedantic -std=c99 -o ${1%.c} $@ +} |