Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
518c536d
Commit
518c536d
authored
Jun 18, 2011
by
Houtan Bastani
Browse files
script to remove .DS_Store files
parent
597a4b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
osx/removeDsStore.sh
0 → 100755
View file @
518c536d
#!/bin/bash
find
.
-name
*
.DS_Store
-type
f
-exec
rm
{}
\;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment