This website requires JavaScript.
Explore
Help
Sign In
kazu634
/
itamae
Watch
1
Star
0
Fork
You've already forked itamae
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ee410103ac
itamae
/
cookbooks
/
consul
/
files
/
usr
/
lib
/
nagios
/
plugins
/
check_file
10 lines
70 B
Bash
Raw
Blame
History
#!/bin/bash
TARGET
=
$1
if
[
-f
${
TARGET
}
]
;
then
exit
1
fi
exit
0
Reference in New Issue
View Git Blame
Copy Permalink