view bin/sled @ 9354:d600064a0b34

<shachaf> slwd oerjan//s#mildly#passionfruitly#;s# and passion fruit##
author HackBot
date Wed, 19 Oct 2016 02:42:18 +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"; }