mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 18:54:33 +01:00
10 lines
98 B
Bash
Executable file
10 lines
98 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
|