Skip to content
Snippets Groups Projects
Commit 50786bb5 authored by nimrod's avatar nimrod
Browse files

- Added toux shell function to touch and chmod +x a file.

parent 4badf782
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,11 @@ bump () {
git tag-version
}
toux () {
touch "$@"
chmod +x "$@"
}
match_ssl_pair () {
if [ "$#" -ne 2 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment