Skip to content
Snippets Groups Projects
Commit 518c536d authored by Houtan Bastani's avatar Houtan Bastani
Browse files

script to remove .DS_Store files

parent 597a4b92
Branches
Tags
No related merge requests found
#!/bin/bash
find . -name *.DS_Store -type f -exec rm {} \;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment