Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
913806d04730ccc6b5d4c966981f44a6766c8a5b
/
.
/
.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