mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 16:24:31 +01:00
11 lines
113 B
Bash
Executable file
11 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm win*.h
|
|
rm win*.c
|
|
rm win*.dat
|
|
rm cpp*.cpp
|
|
rm cpp*.h
|
|
rm struct*.h
|
|
rm struct*.cpp
|
|
|
|
./gen_wrapper.py
|