Added default settings from macOS and added clean_screenshots script

This commit is contained in:
2021-12-30 12:22:32 -05:00
parent 6404ce4bb8
commit 7471d09afb
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
for file in "$SCREENSHOTS"/*; do
echo "Removing file: $file" >&2
rm "$file"
done