view bin/newcmd @ 9998:8f39fff84176

<hppavilion[1]> le/rn currying//Functions are curried by taking curry(f)
author HackBot
date Tue, 20 Dec 2016 04:23:55 +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%% = *}"