summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean.sh')
-rw-r--r--clean.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
new file mode 100644
index 0000000..7b3ccfa
--- /dev/null
+++ b/clean.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+rm -rf r-base/*
+for i in boot cluster foreign kernsmooth lattice mgcv nlme rpart survival vr; do
+ rm -rf $i/*
+done

Contact - Imprint