From 8f5ab51dcce5554153903314c43b931ba7ebfbef Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Mon, 30 May 2022 00:12:11 +0200 Subject: Editted rc.lua and turned off the functionality that allows mouse scroll to switch beteween workspaces and also added a new script cleanup.sh and tweaked some scripts --- scripts/.scripts/compiler_cpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/.scripts/compiler_cpp.sh') diff --git a/scripts/.scripts/compiler_cpp.sh b/scripts/.scripts/compiler_cpp.sh index 14f78a5..e2ba3c6 100755 --- a/scripts/.scripts/compiler_cpp.sh +++ b/scripts/.scripts/compiler_cpp.sh @@ -1,5 +1,5 @@ #!/bin/bash NOCPP=$(echo $1 | sed "s/\.cpp//") -g++ $1 -o $NOCPP -./$NOCPP +g++ $1 -o $NOCPP.o +./$NOCPP.o -- cgit v1.2.3