view bin/sled @ 9943:17c0775fb9bc

<boily> le/rn fat//Fats are one of the four basic classes of nutrients. The other three are sugars, coffee and alcohol.
author HackBot
date Sun, 11 Dec 2016 19:43:51 +0000
parents 0ebb25d333b4
children 1e6e3a07b5f4
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" ;