dynare/osx/removeDsStore.sh

3 lines
83 B
Bash
Executable File

#!/bin/bash
# remove .DS_Store files
find . -name *.DS_Store -type f -exec rm {} \;