FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pom-scijava/.github/exit.sh at pom-scijava-43.0.0 · scijava/pom-scijava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
pom-scijava
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
28
Code
Issues
8
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pom-scijava
/
.github
/
exit.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (8 loc) · 150 Bytes
Breadcrumbs
pom-scijava
/
.github
/
exit.sh
Copy path
File metadata and controls
executable file
·
8 lines (8 loc) · 150 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/sh
test
-f exit-code
||
{
echo
"
[ERROR] No build exit code was saved!
"
exit
255
}
exitCode=
$(
cat exit-code
)
rm -f exit-code
exit
$exitCode
Back
|
FazBrowse Home
|
New Git URL