view bin/newcmd @ 10688:5eae1c34498c

<oerjan> # Indeed not//`forget jwinslow23
author HackBot
date Sun, 16 Apr 2017 01:19:16 +0000
parents b76e90844898
children 73e048cb5d2f
line wrap: on
line source

if [ -a "bin/${1%% = *}" ];then exec echo "${1%% = *}: Already exists.";fi;echo "${1#* = }" > "bin/${1%% = *}";chmod +x "bin/${1%% = *}"