Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
ndn-cxx
/
a87e0a8616cd23fa312e8b42f6fade28074c52bd
/
.
/
.jenkins
blob: 84dc23da5b61a67bf974e1954eec072ca0b1fe67 [
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