1
0
Fork 0
tinygrab/strip_whitespace.sh

3 lines
82 B
Bash
Executable File

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