diff bin/translatefromto @ 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 e037173e0012
children 03afb1619ef2
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/^[^ ]* //'`