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