diff options
author | mark <[email protected]> | 2012-06-27 10:21:18 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-06 21:16:28 +0100 |
commit | b43c00e03abe8cda1000192f8acf5078cffd34a6 (patch) | |
tree | c21dc47b9937930c0526839c16bebe3f405e5d2e /clean.sh | |
parent | 7f2e7634a4add378f51eb63e048cfa3fc3a6dc05 (diff) |
Initial
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..faa3ed6 --- /dev/null +++ b/clean.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -rfv output +rm -rfv repository |