view bin/sled @ 9297:6d3d453f7c9a

<oerjan> le/rn third law of thermodynamics/The third law of thermodynamics says that Taneb cannot reach absolute zero.
author HackBot
date Sun, 16 Oct 2016 23:41:47 +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"; }