mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-13 00:15:35 +08: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/ *$//' '{}' ';'
|