changeset 7774:53ee419c0ccd

<oerjan> mkx bin/mkcmd//chmod +x "$1" && echo "$1"
author HackBot
date Thu, 05 May 2016 03:09:09 +0000
parents 789a1cf1f013
children 9b2bab549296
files bin/mkcmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/mkcmd	Thu May 05 03:07:08 2016 +0000
+++ b/bin/mkcmd	Thu May 05 03:09:09 2016 +0000
@@ -1,1 +1,1 @@
-'key=$@ && echo "$key" && chmod+x "$key"'
+chmod +x "$1" && echo "$1"