From 1a75c11678b3f7c6dd65a89836f7093de4ad0663 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
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