Implement doublestar wildcards

This commit is contained in:
2025-04-13 19:28:57 +02:00
parent 3a5a333c62
commit 78536c3e19
6 changed files with 30 additions and 11 deletions

View File

@@ -62,9 +62,9 @@ func main() {
LogInfo("Reading from command line arguments")
go ReadFromArgs(instructions, status)
case IsPipeInput():
LogInfo("Reading from stdin pipe")
go ReadFromStdin(instructions, status)
// case IsPipeInput():
// LogInfo("Reading from stdin pipe")
// go ReadFromStdin(instructions, status)
default:
if _, err := os.Stat("sync"); err == nil {