annotate c.ksh @ 0:9bf878c59a1d

Finished
author VilyaemKenyaz
date Fri, 25 Aug 2023 13:42:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
1 #!/bin/ksh
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
2 clear
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
3 printf "Compiling\n"
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
4 rm quickcalc
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
5 tcc quickcalc.c -o quickcalc
9bf878c59a1d Finished
VilyaemKenyaz
parents:
diff changeset
6 cp quickcalc /usr/bin/