2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00
kea/doc/sphinx/grabber.sh
2025-02-21 18:42:49 +02:00

7 lines
77 B
Bash
Executable File

#!/bin/sh
cd "$1" || exit 1
find "$2" -type f -name "[a-z]*.$3" | sort -V