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:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 21:26:54 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 21:26:54 +0300
commit6402be02f594d39d9a790af8230550dab3172256 (patch)
treeda360d04470fdc860b484e01f20dea292600af64 /examples/translate/clean.sh
parent33c0c9ad87b9c42003fb5f0b33260c4d16db4b2e (diff)
translation example, first version
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