annotate c.sh @ 2:0dbfb504309e

Finished program
author VilyaemKenyaz
date Wed, 26 Jul 2023 03:46:13 -0400
parents 5725e5313328
children bdd83d6807d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ee518e7d265d First Commit
VilyaemKenyaz
parents:
diff changeset
1 #!/bin/sh
ee518e7d265d First Commit
VilyaemKenyaz
parents:
diff changeset
2 #Complation script
1
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
3 clear
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
4 echo "Compiling."
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
5 rm quicktimer
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
6 gcc quicktimer.c -o quicktimer
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
7 echo "WITHOUT ARGS"
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
8 ./quicktimer
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
9 echo "WITH ARGS"
5725e5313328 Almost functional, need to interpret arg correctly, also ugly system() usage
VilyaemKenyaz
parents: 0
diff changeset
10 ./quicktimer 30