mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-11 00:44:27 -05:00
7 lines
51 B
Bash
7 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf ./out
|
||
|
rm *~
|
||
|
rm -rf ./retroshare
|
||
|
|