Sign in
eclipse
/
gerrit
/
mylyn
/
org.eclipse.mylyn.tasks.git
/
a7b0f35a050a58da3edb88fca013f9b2bd8cdeb1
/
.
/
org.eclipse.mylyn.bugzilla.releng
/
modules
/
bugzilla
/
files
/
services.cgi
blob: 85c28169febb6fb0cf17524aefb1fe311b2b47a6 [
file
] [
log
] [
blame
]
#!/bin/bash
echo content
-
type
:
application
/
json
echo
echo
"["
c
=
0
for
i
in
$
(
find
/
home
/
tools
-
name
"service*.json"
)
do
if
[
$c
!=
0
]
then
echo
","
fi
cat $i
c
=
c
+
1
done
echo
"]"