view bin/sled @ 11557:b502fb714ae7 draft

<oerjan> learn Turning is what Turing is doing in his grave because of all the esolangers misspelling his name.
author HackEso <hackeso@esolangs.org>
date Sun, 13 May 2018 02:31:49 +0100
parents 1e6e3a07b5f4
children 77454e3e15f3
line wrap: on
line source

opts="${2--i}"
[[ "$1" == ?*//* ]] || { echo 'usage: sled file//script'; exit 1; }; key="${1%%//*}"; value="${1#*//}"; [[ -f "$key" ]] || { echo 'Rosebud!'; exit 1; }; sed $opts "$value" "$key" ;