4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find "$@" -depth -name '.%*' -printf '%h\n%f\n' | ./unhide.py
|