FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
InputSystem/cleangarbage.sh at develop · TLittleProgrammer/InputSystem · GitHub
TLittleProgrammer
/
InputSystem
Public
forked from
Unity-Technologies/InputSystem
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
InputSystem
/
cleangarbage.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
4 lines (4 loc) · 158 Bytes
Breadcrumbs
InputSystem
/
cleangarbage.sh
Copy path
File metadata and controls
executable file
·
4 lines (4 loc) · 158 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
#!
/bin/sh
find Assets -name
"
*.preformat*
"
-exec rm {}
\;
find Packages -name
"
*.preformat*
"
-exec rm {}
\;
find Assets -name
"
InitTestScene*
"
-exec rm {}
\;
Back
|
FazBrowse Home
|
New Git URL