4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find "$@" -type f -printf "%s\n%p\n" | ./quickhash.py
|