This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
bore
mirror of
https://github.com/ekzhang/bore.git
Watch
1
Star
0
Fork
You've already forked bore
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
bore
/
ci
/
common.bash
7 lines
110 B
Bash
Raw
Permalink
Blame
History
required_arg
(
)
{
if
[
-z
"
$1
"
]
;
then
echo
"
Required argument
$2
missing
"
exit
1
fi
}
Reference in New Issue
View Git Blame
Copy Permalink