changeset 3844:30212f437ffe

<oerjan> sed -i \'1aecho "This google api no longer exists."; exit 1\' bin/translatefromto
author HackBot
date Thu, 26 Sep 2013 14:10:36 +0000
parents 5b9ca5456cc7
children c61184d37f3b
files bin/translatefromto
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/translatefromto	Wed Sep 25 13:52:48 2013 +0000
+++ b/bin/translatefromto	Thu Sep 26 14:10:36 2013 +0000
@@ -1,4 +1,5 @@
 #!/bin/bash
+echo "This google api no longer exists."; exit 1
 TEXT="$1"
 FROM=`echo "$TEXT" | sed 's/ .*$//'`
 TEXT=`echo "$TEXT" | sed 's/^[^ ]* //'`