view bin/sled @ 8905:030aee90ead1

<orin> fetch http://orenwatson.be/speliG
author HackBot
date Wed, 10 Aug 2016 20:39:02 +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"; }