Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndns
/
6cce21a0c9fa297909cd9ccd2c7de6651a94bc3c
/
.
/
.jenkins
blob: 5b3f477da906afe9af0f08f71f4493a560218aa6 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
for
i
in
`find "$DIR/.jenkins.d" -type f -perm +111 | sort`
;
do
echo
"Run: $i"
$i
done