view misle/rn_append @ 6800:c58a6174e051

<oerjan> ` sed -i \'s/| lowercase//\' misle/*
author HackBot
date Wed, 10 Feb 2016 06:36:44 +0000
parents c6bb618e60e3
children ded267d9c0ad
line wrap: on
line source

#!/bin/bash
[[ "$1" = */* ]] || exit
topic=$(echo "$1"  | cut -d / -f 1)
[ -z "$topic" ] && exit 1
stuff=$(echo "$1" | cut -d / -f 2-)
perl -i -p -e 's/\n/ /' "tmflry/$topic"
echo "$stuff" >>"tmflry/$topic"
echo -n "Was lied to about '$topic': "
cat "tmflry/$topic"