Browse Source

Make smoke_parrot_all update the repo it is running in

master
Jonathan "Duke" Leto 14 years ago
parent
commit
32143c3144
  1. 3
      bin/smoke_parrot_all

3
bin/smoke_parrot_all

@ -1,5 +1,8 @@
#!/bin/sh
# Update the repo we are hopefully in
git pull --rebase
for np in ~/bin/new_parrot_*; do
$np
make smoke

Loading…
Cancel
Save