view bin/newcmd @ 8325:0f08be45cfeb

<shachaf> mkx bin/5//for i in {1..5}; do quote; done | sport
author HackBot
date Sat, 04 Jun 2016 09:41:25 +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%% = *}"