This website requires JavaScript.
Explore
Help
Register
Sign In
kemko
/
nomad
Watch
1
Star
0
Fork
0
You've already forked nomad
mirror of
https://github.com/kemko/nomad.git
synced
2026-01-03 00:45:43 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
33aab65b2bd4d6480e583713eb263ee2f05e2ef2
nomad
/
command
/
test-resources
/
exiter.py
Alex Dadgar
dc7cbcc3f0
Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file
2015-10-28 16:23:33 -07:00
4 lines
39 B
Python
Raw
Blame
History
import
sys
sys
.
exit
(
int
(
sys
.
argv
[
1
]
)
)
Reference in New Issue
View Git Blame
Copy Permalink