Skip to content

Commit

Permalink
update cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjascob committed Mar 10, 2021
1 parent 8775bdb commit 719686a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/CleanAfterSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

echo 'Removing setup files in main directory'
cd ..
sudo rm -rf build/
sudo rm -rf dist/
sudo rm -rf lemminflect.egg-info/
rm -rf build/
rm -rf dist/
rm -rf lemminflect.egg-info/

0 comments on commit 719686a

Please sign in to comment.