AtOM/lib/workers/create
2013-06-19 11:07:39 +02:00

6 lines
60 B
Bash

#!/bin/bash
createworker() {
worker $1 &
workers[$1]=$!
}