Skip to content

Commit

Permalink
Create clean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca authored Sep 26, 2018
1 parent c554be2 commit 27a1888
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workshop_vm/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
while read f; do
echo $f
cd $f
sudo runuser -l $f -c 'bash ../clean_one.sh'
cd ..
done < use.txt

0 comments on commit 27a1888

Please sign in to comment.