7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf fabric/run/client/Distant_Horizons_server_data
|
|
rm -rf $(find fabric/run/server -name "Distant_Horizons")
|
|
|
|
# TODO Forge folders
|