charger/post-generate.sh

2 lines
107 B
Bash
Executable File

for f in $(git ls-files --others --exclude-standard); do if [[ $f = *.S ]]; then mv $f ${f%.S}.s; fi; done