view c.sh @ 4:8448e78efe82 default tip

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

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