mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-07 01:02:34 +02:00
Rename scripts to versions without extension, making them more versatile
and clean
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Remove DS_Store stuff and ._* metafiles
|
||||
find . -name '*.DS_Store' -type f -delete
|
||||
find . -name '._*' -type f -delete
|
||||
Reference in New Issue
Block a user