mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
15 lines
148 B
Bash
Executable File
15 lines
148 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
|
|
rm struct*.dat
|
|
rm cb*.dat
|
|
rm cb*.h
|
|
|
|
./gen_wrapper.py
|