From b519c5f639e143251ad725970f28bd613315b277 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 17 Oct 2024 12:37:30 +0200 Subject: checkpoint --- config/essentials/shell/functions.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/essentials/shell/functions.sh') 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} $@ +} -- cgit v1.2.3