Skip to content

Commit

Permalink
Delete temporary in bundle-redex.sh
Browse files Browse the repository at this point in the history
Summary: As title, free up ~350MB.

Reviewed By: wsanville

Differential Revision: D54525388

fbshipit-source-id: abb0429a98d0d712b320f8a9955a0b4bfd3410c5
  • Loading branch information
agampe authored and facebook-github-bot committed Mar 8, 2024
1 parent 1a65137 commit cb94597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle-redex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ fi
tar czf redex.tar.gz redex-all "${SRC_DIR}/redex.py" "${SRC_DIR}"/pyredex/*.py $GEN_APILEVELS_INPUT
cat "${SRC_DIR}/selfextract.sh" redex.tar.gz > redex
chmod +x redex
rm redex.tar.gz

0 comments on commit cb94597

Please sign in to comment.