Skip to content

Instantly share code, notes, and snippets.

@NeilW
Created May 31, 2019 13:59
Show Gist options
  • Save NeilW/e73d21a3b62489194da88f9684038eb9 to your computer and use it in GitHub Desktop.
Save NeilW/e73d21a3b62489194da88f9684038eb9 to your computer and use it in GitHub Desktop.
Undead creator
#!/usr/bin/env bash
post_start_fg() {
sleep 2
echo "Post Hooks"
}
echo "In Main"
post_start_fg &
echo "Now start long running process"
exec sleep 45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment