From 50786bb5edcf8e2f12133ef026f73003827e5089 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Tue, 3 Oct 2017 19:49:37 +0300 Subject: [PATCH] - Added toux shell function to touch and chmod +x a file. --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 10af2c0..9040313 100644 --- a/.bashrc +++ b/.bashrc @@ -183,6 +183,11 @@ bump () { git tag-version } +toux () { + touch "$@" + chmod +x "$@" +} + match_ssl_pair () { if [ "$#" -ne 2 ] then -- GitLab