view bin/sled @ 11287:03d02727df03

<oerjan> slwd canary//s.up.up, unless they\'re pining for the fjords.
author HackBot
date Fri, 29 Dec 2017 00:09:23 +0000
parents 0ebb25d333b4
children 1e6e3a07b5f4
line wrap: on
line source

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