4 lines
39 B
Bash
4 lines
39 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
find "$1" -type f
|