mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-18 11:54:53 -04:00
6 lines
51 B
Bash
Executable file
6 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf ./out
|
|
rm *~
|
|
rm -rf ./retroshare
|
|
|