1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Rename scripts to versions without extension, making them more versatile

and clean
This commit is contained in:
Michiel Scholten
2014-07-13 14:12:20 +02:00
parent 1dcd02a98b
commit 953a0c38a1
4 changed files with 0 additions and 0 deletions

4
bin/clean_mac_files Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Remove DS_Store stuff and ._* metafiles
find . -name '*.DS_Store' -type f -delete
find . -name '._*' -type f -delete