Skip to content

Commit

Permalink
zip_crates.sh: fix zip command [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Dec 13, 2021
1 parent 2f99f03 commit be82b7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions interaction_experiments/data/zip_crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ names=(
for n in "${names[@]}"; do
echo -en "\n*** ${n} ***\n"
pushd "${this_dir}/crates/${n}"
zip -r "${n}.crate.zip" *
mv "${n}.crate.zip" ..
zip -r "../${n}.crate.zip" ./
popd
done

0 comments on commit be82b7e

Please sign in to comment.