view c.sh @ 2:44859795513d default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:22:15 -0400
parents
children
line wrap: on
line source

#!/bin/ksh
rm scripturereader
clear
tcc scripturereader.c -o scripturereader
doas cp scripturereader /usr/bin/
x86_64-w64-mingw32-gcc scripturereader.c -o scripturereader.exe
mv scripturereader.exe win32