wok-6.x view tazchroot/stuff/tazchroot-scripts/tank-bot @ rev 8823

Put tazchroot stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:25:49 2011 +0100 (2011-02-24)
parents
children
line source
1 #!/bin/sh
3 source /etc/slitaz/slitaz.conf
4 for repo in $(cat /etc/slitaz/tank-bot.conf); do
5 cd $SLITAZ_DIR/$repo
6 tazchroot tank-bot
7 done
9 echo y | tazpkg upgrade
11 exit 0