view bin/sled @ 9027:e43068183b30

<oerjan> learn DWFO is the Doctor Who Fan Orchestra.
author HackBot
date Sun, 11 Sep 2016 00:19:31 +0000
parents c6382f86a76d
children
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" && { echo -n "$key//"; cat "$key"; }