Skip to content

Instantly share code, notes, and snippets.

@kidd
Last active January 25, 2022 16:27
Show Gist options
  • Save kidd/7efe38556c6c6f56f6edc8b1b00df7cd to your computer and use it in GitHub Desktop.
Save kidd/7efe38556c6c6f56f6edc8b1b00df7cd to your computer and use it in GitHub Desktop.
Q=~/.jobqueue
start() {
touch $Q
tail -n+0 -f $Q | parallel -j4
}
enqueue() {
echo "$@" >> $Q
echo "" >>$Q
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment