Commit 1a75c116 authored by nimrod's avatar nimrod
Browse files

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

parent 7fdf5c15
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -183,6 +183,11 @@ bump () {
    git tag-version
}

toux () {
    touch "$@"
    chmod +x "$@"
}

match_ssl_pair () {
    if [ "$#" -ne 2 ]
    then