SyntaxFix
Write A Post
Hire A Developer
Questions
Use the ampersand just like you would from the shell.
#!/usr/bin/bash function_to_fork() { ... } function_to_fork & # ... execution continues in parent process ...