This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
openpilot1
mirror of
https://github.com/huifan0114/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot1
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9fdc7cf91e
openpilot1
/
tinygrad_repo
/
strip_whitespace.sh
3 lines
82 B
Bash
Raw
Blame
History
#!/bin/bash
find tinygrad -type f -name
"*.py"
-exec sed -i
''
's/ *$//'
'{}'
';'
Reference in New Issue
View Git Blame
Copy Permalink