annotate bin/sled @ 8903:7fda33974599

<oerjan> le/rn tile shuffling/Tile shuffve games. ly addictie basis of many highling is th
author HackBot
date Tue, 09 Aug 2016 23:48:43 +0000
parents c6382f86a76d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8265
c6382f86a76d <oerjan> sled bin/sled//s/exit 1; sed/{ echo \'Rosebud!\'; exit 1; }; sed/
HackBot
parents: 8264
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" && { echo -n "$key//"; cat "$key"; }