mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
find tinygrad -type f -name "*.py" -exec sed -i '' 's/ *$//' '{}' ';'
|