ServerFinder/main.sh
2025-02-28 00:31:54 +03:00

15 lines
139 B
Bash

#! usr/bin/bash
source finder.sh
source starter.sh
function main() {
result=$(find_server_files)
starter_main $result
}
main