Commit 50786bb5 authored by nimrod's avatar nimrod
Browse files

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

parent 4badf782
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