view bin/sled @ 11626:4da3722c4cb6 draft

<wob_jonas> `` rm -v allsets-*.txt; gzip -dc share/mtg/allsets-2018-05-21.zip > share/mtg/allsets-2018-05-21.txt
author HackEso <hackeso@esolangs.org>
date Fri, 05 Oct 2018 15:43:14 +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" ;