Skip to content
Snippets Groups Projects
Commit 1a75c116 authored by nimrod's avatar nimrod
Browse files

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

parent 7fdf5c15
Branches golang
Tags
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