mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 20:54:23 +01:00
11 lines
204 B
Bash
Executable file
11 lines
204 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm vrclient_x64/win*.h
|
|
rm vrclient_x64/win*.c
|
|
rm vrclient_x64/win*.dat
|
|
rm vrclient_x64/cpp*.cpp
|
|
rm vrclient_x64/cpp*.h
|
|
rm vrclient_x64/struct*.h
|
|
rm vrclient_x64/struct*.cpp
|
|
|
|
./gen_wrapper.py
|