mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
3 lines
60 B
Ruby
3 lines
60 B
Ruby
module Shell
|
|
Job = Struct.new(:id, :pid, :cmd, :args)
|
|
end
|