mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -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
|
|
|