add batchupload

This commit is contained in:
2025-04-10 15:44:59 +02:00
parent f87a6352dd
commit fdb11bc57c
7 changed files with 159 additions and 24 deletions

View File

@@ -50,6 +50,8 @@ func (p *PrintJob) Execute() error {
baseCommand += fmt.Sprintf(" %v ", option)
}
baseCommand += fmt.Sprintf(" -- %s", p.Pdf)
fmt.Println(baseCommand)
return nil
}