view c.sh @ 1:5725e5313328

Almost functional, need to interpret arg correctly, also ugly system() usage
author VilyaemKenyaz
date Wed, 26 Jul 2023 03:18:00 -0400
parents ee518e7d265d
children bdd83d6807d5
line wrap: on
line source

#!/bin/sh
#Complation script
clear
echo "Compiling."
rm quicktimer
gcc quicktimer.c -o quicktimer
echo "WITHOUT ARGS"
./quicktimer
echo "WITH ARGS"
./quicktimer 30