comparison misle/rn_append @ 6804:ded267d9c0ad

<oerjan> undo c58a6174e051
author HackBot
date Wed, 10 Feb 2016 06:42:55 +0000
parents c58a6174e051
children
comparison
equal deleted inserted replaced
6803:4cb3fa03573e 6804:ded267d9c0ad
1 #!/bin/bash 1 #!/bin/bash
2 [[ "$1" = */* ]] || exit 2 [[ "$1" = */* ]] || exit
3 topic=$(echo "$1" | cut -d / -f 1) 3 topic=$(echo "$1" | lowercase | cut -d / -f 1)
4 [ -z "$topic" ] && exit 1 4 [ -z "$topic" ] && exit 1
5 stuff=$(echo "$1" | cut -d / -f 2-) 5 stuff=$(echo "$1" | cut -d / -f 2-)
6 perl -i -p -e 's/\n/ /' "tmflry/$topic" 6 perl -i -p -e 's/\n/ /' "tmflry/$topic"
7 echo "$stuff" >>"tmflry/$topic" 7 echo "$stuff" >>"tmflry/$topic"
8 echo -n "Was lied to about '$topic': " 8 echo -n "Was lied to about '$topic': "