summarylogtreecommitdiffstats
path: root/cycle.sh
blob: ebf68edc8d205c8a5d7f1239eb60cc105ecf758c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The cycle function

function cycle() {

  echo "Starting the cycle.."

  bash repotools -s

  bash repotools -d

  bash repotools -u

  bash repotools -s

}