view bin/newcmd @ 11639:e808b0c8c816 draft

<int-e> slwd wisdom//s=...$= https://twitter.com/FireyFly/status/899965577481129984=
author HackEso <hackeso@esolangs.org>
date Thu, 25 Oct 2018 14:27:19 +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%% = *}"