mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -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
|
|
|