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