This website works better with JavaScript.
Explore
Help
Sign In
hammy
/
rall
mirror of
https://github.com/sgoudham/rall.git
Watch
1
Star
0
Fork
You've already forked rall
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5679eadf6f
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5679eadf6f'
${ noResults }
rall
/
.github
/
scripts
/
common.bash
7 lines
110 B
Bash
Raw
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