dylanaraps / pure-bash-bible

📖 A collection of pure bash alternatives to external processes.
MIT License
36.41k stars 3.27k forks source link

Run function in the background #103

Closed ghost closed 4 years ago

ghost commented 4 years ago

I saw that at the very bottom of the README there was a command to run files in the background, which is very handy. However, I was wondering if there is a way to also run a certain function in the background?