dynare/osx/removeDsStore.sh

2 lines
58 B
Bash
Raw Normal View History

2011-06-18 13:35:22 +02:00
#!/bin/bash
find . -name *.DS_Store -type f -exec rm {} \;