dougy147 / mcbash

bash script to find valid MAC addresses on some IPTV platform
GNU General Public License v3.0
89 stars 34 forks source link

How do i run mcbash in daemon mode #13

Closed doomwithdon closed 1 year ago

doomwithdon commented 1 year ago

I know how to run it in interactive terminal, is there a way to run the command in daemon thread mode so that one need not have an open active terminal?

dougy147 commented 1 year ago

There is no built-in daemon mode. The most natural and easiest way might be to use a terminal multiplexer like tmux, but there are various other ways to run commands in the background.