Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
27be0b0d41235609bee703f4f2ef9e5b1978fdce
/
.
/
.jenkins
blob: afc46999cb7582f271e486fba5592128c046cf77 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
e
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