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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translate/clean.sh')
-rwxr-xr-xexamples/translate/clean.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/translate/clean.sh b/examples/translate/clean.sh
new file mode 100755
index 00000000..1939a742
--- /dev/null
+++ b/examples/translate/clean.sh
@@ -0,0 +1,3 @@
+#!/bin/bash -v
+
+rm -rf mosesdecoder en-de data/*.out *.yml \ No newline at end of file