annotate c.ksh @ 1:deb42211d649

Automated Vimcurial commmit
author VilyaemKenyaz
date Mon, 11 Sep 2023 12:53:43 -0400
parents 0e9d15783f1d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
1 #/bin/ksh
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
2 #Compilation script
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
3 clear
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
4 echo "Compiling"
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
5 rm repper
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
6 tcc repper.c -o repper
1
deb42211d649 Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
7 doas cp repper /usr/bin/
0
0e9d15783f1d Finished program
VilyaemKenyaz
parents:
diff changeset
8 ./repper