view bin/sled @ 9482:e697a2368cc9

<hppavilion[1]> learn Temperature is measured in terms of reciprocal volume.
author HackBot
date Fri, 28 Oct 2016 01:11:26 +0000
parents c989a1669243
children ae4d924e677f
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"; }