dynare/osx/removeDsStore.sh

2 lines
58 B
Bash
Executable File

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