Mercurial Hosting > repper
view c.ksh @ 1:deb42211d649
Automated Vimcurial commmit
author | VilyaemKenyaz |
---|---|
date | Mon, 11 Sep 2023 12:53:43 -0400 |
parents | 0e9d15783f1d |
children |
line wrap: on
line source
#/bin/ksh #Compilation script clear echo "Compiling" rm repper tcc repper.c -o repper doas cp repper /usr/bin/ ./repper