2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
find -type d -printf 'Marking %p\n' -a -exec touch {}/.nomedia \;
|