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/training/clean.sh')
-rwxr-xr-xexamples/training/clean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/training/clean.sh b/examples/training/clean.sh
new file mode 100755
index 00000000..a5a4e659
--- /dev/null
+++ b/examples/training/clean.sh
@@ -0,0 +1,4 @@
+#!/bin/bash -v
+
+git clean -f
+rm -rf mosesdecoder subword-nmt model \ No newline at end of file