dotfiles/.local/bin/scripts/nomedia

3 lines
76 B
Text
Raw Normal View History

2023-01-03 22:35:46 +01:00
#!/bin/sh
2024-01-12 19:32:16 +03:00
find -type d -printf 'Marking %p\n' -a -exec touch {}/.nomedia \;