1
0
Fork 0

strip whitespace

pull/1064/head
George Hotz 2023-06-27 10:11:43 -07:00
parent 23648538fa
commit c8d87eb8d4
2 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
find tinygrad -type f -name "*.py" -exec sed -i '' 's/ *$//' '{}' ';'