Mercurial Hosting > repper
view c.ksh @ 0:0e9d15783f1d
Finished program
author | VilyaemKenyaz |
---|---|
date | Fri, 25 Aug 2023 13:46:12 -0400 |
parents | |
children | deb42211d649 |
line wrap: on
line source
#/bin/ksh #Compilation script clear echo "Compiling" rm repper tcc repper.c -o repper cp repper /usr/bin/ ./repper