mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added default settings from macOS and added clean_screenshots script
This commit is contained in:
6
scripts/.local/scripts/clean_screenshots
Executable file
6
scripts/.local/scripts/clean_screenshots
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in "$SCREENSHOTS"/*; do
|
||||
echo "Removing file: $file" >&2
|
||||
rm "$file"
|
||||
done
|
||||
Reference in New Issue
Block a user