Commit 5d64ab5f authored by nanahira's avatar nanahira

fix

parent 81db752c
Pipeline #42952 passed with stages
in 1 minute and 36 seconds
...@@ -4,4 +4,4 @@ mkdir dist ...@@ -4,4 +4,4 @@ mkdir dist
TARGET_DIR=$PWD/dist TARGET_DIR=$PWD/dist
cd things cd things
ls -1 | xargs -I {} bash -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