annotate bin/sled @ 10638:2f9aecbe683d

<rdococ> le//rn ice//I.C.E. stands for Imaginary Christian Era. It covers the forgotten period of time that is not on the real axis.
author HackBot
date Wed, 12 Apr 2017 21:44:58 +0000
parents 0ebb25d333b4
children 1e6e3a07b5f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9513
ae4d924e677f <oerjan> sled bin/sled//s/[&][&].*/;/
HackBot
parents: 9075
diff changeset
1 [[ "$1" == ?*//* ]] || { echo 'usage: sled file//script'; exit 1; }; key="${1%%//*}"; value="${1#*//}"; [[ -f "$key" ]] || { echo 'Rosebud!'; exit 1; }; sed -i "$value" "$key" ;