FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bc-java/osgi_scan.sh at main · bcgit/bc-java · GitHub
bcgit
/
bc-java
Public mirror
mirrored from
https://www.bouncycastle.org/repositories/bc-java
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
2.7k
Code
Issues
52
Pull requests
35
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
bc-java
/
osgi_scan.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (11 loc) · 254 Bytes
Breadcrumbs
bc-java
/
osgi_scan.sh
Copy path
File metadata and controls
executable file
·
15 lines (11 loc) · 254 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!
/bin/bash
set
-e
if
!
command
-v osgiscanner
&
>
/dev/null
then
echo
"
osgiscanner not on path
"
exit
1
fi
export
script_loc=
$(
cd
--
"
$(
dirname --
"
$0
"
)
"
&
>
/dev/null
&&
pwd
)
cd
$script_loc
export
BCHOME=
`
pwd
`
osgiscanner -f osgi_scan.xml
Back
|
FazBrowse Home
|
New Git URL