commit 0f8116e0a0265f627e95fc0f1035d4648c6c1cd0 parent 9f7f437a68bbe71c3334c4e8b69228b74f53c00c Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 14 Oct 2016 13:07:13 +0200 Update stage1_2.sh Diffstat:
| M | scripts/stage1_2.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/stage1_2.sh b/scripts/stage1_2.sh @@ -6,4 +6,4 @@ python download-image-by-link.py --stage 1_2 zstd --train neg/* -o neg zstd neg.zst -D neg -cp "./neg.zst" "/root/shared/results/neg.zst" && echo "pos.zst in upload" +cp "./neg.zst" "/root/shared/results/neg.zst" && echo "neg.zst in upload"