view bin/sled @ 11968:7e71c87ce110 draft

<wib_jonas> slashlearn people who taneb is not//Taneb is not elliott, a rabbi, Mark Zuckerberg, James Bond, Queen Elizabeth the first, or anyone older than Queen Elizabeth the Second. Pending approval: Shigeru Miyamoto.
author HackEso <hackeso@esolangs.org>
date Mon, 14 Oct 2019 11:31:46 +0000
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" ;