File: bam.lua

package info (click to toggle)
bam 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,552 kB
  • sloc: ansic: 21,261; python: 731; makefile: 45; sh: 35; cpp: 30
file content (4 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
AddJob({"output1", "output2"}, "testing 1", "echo hello > output1 && echo world >output2")

AddJob("output3", "testing 2", "echo hello > output3 && echo world >output4")
AddOutput("output3", "output4")