Skip to content

Instantly share code, notes, and snippets.

@Justman100
Created December 14, 2024 22:04
Show Gist options
  • Save Justman100/ed9c58b2813ef9e299320d40c89010db to your computer and use it in GitHub Desktop.
Save Justman100/ed9c58b2813ef9e299320d40c89010db to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -r .*
rm *.md
! [[ -f requirements.txt ]] && rm *.txt
rm *lock*
rm COPYING CREDITS FAQ HISTORY INSTALL *README* SECURITY LICENSE README *RELEASE* UPGRADE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment