mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
12 lines
113 B
Bash
Executable File
12 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
|