Commit 81db752c authored by nanahira's avatar nanahira

fix

parent bc70a323
Pipeline #42951 passed with stages
in 46 seconds
......@@ -4,4 +4,4 @@ mkdir dist
TARGET_DIR=$PWD/dist
cd things
ls -1 | xargs -I {} fish -c "cd {} ; echo 'archiving {} to $TARGET_DIR/{}.tar.gz' ; tar zcvf $TARGET_DIR/{}.tar.gz * .*"
ls -1 | xargs -I {} bash -c "cd {} ; echo 'archiving {} to $TARGET_DIR/{}.tar.gz' ; tar zcvf $TARGET_DIR/{}.tar.gz * .*"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment