Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/scripts/TrimBlanks.sh')
-rw-r--r--mgizapp/scripts/TrimBlanks.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/mgizapp/scripts/TrimBlanks.sh b/mgizapp/scripts/TrimBlanks.sh
deleted file mode 100644
index 78bd28b..0000000
--- a/mgizapp/scripts/TrimBlanks.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-sed -e 's/^[ \t]*//' -e 's/[ \t][ \t]*/ /g' -e 's/[ \t]*$//'
-