openpilot1/tinygrad_repo/strip_whitespace.sh

3 lines
82 B
Bash
Raw Permalink Normal View History

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