Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
0e205cede44e3ae5ccc7e1500926bb4ce42ab1bf
/
.
/
.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