mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
12 lines
116 B
Bash
Executable file
12 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm win*.h
|
|
rm win*.c
|
|
rm win*.dat
|
|
rm cpp*.cpp
|
|
rm cpp*.h
|
|
rm cb*.h
|
|
rm cb*.cpp
|
|
rm cb*.dat
|
|
|
|
./gen_wrapper.py
|