Break && lists into separate commands

Because of https://unix.stackexchange.com/a/490177
This commit is contained in:
Simon Warta
2020-08-05 12:19:37 +02:00
committed by willclarktech
parent 45e830a6ac
commit e312c00062
+4 -2
View File
@@ -9,8 +9,10 @@ source "$SCRIPT_DIR"/env
rm -rf "$SCRIPT_DIR/template"
mkdir "$SCRIPT_DIR/template"
cp setup.sh "$SCRIPT_DIR/template/" && chmod +x "$SCRIPT_DIR/template/setup.sh"
cp run_simd.sh "$SCRIPT_DIR/template/" && chmod +x "$SCRIPT_DIR/template/run_simd.sh"
cp setup.sh "$SCRIPT_DIR/template/"
chmod +x "$SCRIPT_DIR/template/setup.sh"
cp run_simd.sh "$SCRIPT_DIR/template/"
chmod +x "$SCRIPT_DIR/template/run_simd.sh"
# The usage of the accounts below is documented in README.md of this directory
docker run --rm \