mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
10 lines
No EOL
168 B
Bash
Executable file
10 lines
No EOL
168 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf journal/mac/__pycache__
|
|
rm -rf steamshim_parent/steamshim
|
|
rm -rf build
|
|
rm -rf dist
|
|
rm -rf _______.app
|
|
rm -rf OneShot.app
|
|
rm -rf OneShot
|
|
make distclean |