FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-http-client/cleanup.sh at master · aeroaks/python-http-client · GitHub
aeroaks
/
python-http-client
Public
forked from
sendgrid/python-http-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-http-client
/
cleanup.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
9 lines (8 loc) · 168 Bytes
Breadcrumbs
python-http-client
/
cleanup.sh
Copy path
File metadata and controls
executable file
·
9 lines (8 loc) · 168 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#!
/bin/bash
rm
*
.pyc
rm tests/
*
.pyc
rm python_http_client/
*
.pyc
rm -rf __pycache__/
rm -rf tests/__pycache__/
rm -rf python_http_client/__pycache__/
rm -rf
*
.egg-info
Back
|
FazBrowse Home
|
New Git URL