summarylogtreecommitdiffstats
path: root/cycle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cycle.sh')
-rw-r--r--cycle.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/cycle.sh b/cycle.sh
deleted file mode 100644
index ebf68edc8d20..000000000000
--- a/cycle.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-# The cycle function
-
-function cycle() {
-
- echo "Starting the cycle.."
-
- bash repotools -s
-
- bash repotools -d
-
- bash repotools -u
-
- bash repotools -s
-
-} \ No newline at end of file