iankelling.org
/
git
/
buildscripts
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comments
[buildscripts]
/
update-builds
1
#!/bin/bash
2
3
4
x
=
"$(readlink -f "
$BASH_SOURCE
")"
;
cd
${x%/*}
5
for
x
in
*;
do
6
if
[[
$x
==
update-builds ||
!
-x
$x
||
-d
$x
]];
then
7
continue
8
fi
9
$x
-u
10
done