Horje
Run a command in the background witch automatically rerun Raw Code Example
Run a command in the background witch automatically rerun Raw
#!/bin/bash

if [[ $1 == "--non-background" ]]
then
        yourCommand
        sleep 120
        ./start.sh
        exit
else
        screen -AmdS soulbot ./start.sh --non-background
fi




Shell

Related
ubuntu 20.04 uninstall imagemagick Code Example ubuntu 20.04 uninstall imagemagick Code Example
bash script how to show a file by using less Code Example bash script how to show a file by using less Code Example
windows powershell ise run as administrator Code Example windows powershell ise run as administrator Code Example
bash go to home directory Code Example bash go to home directory Code Example
fs extra ts Code Example fs extra ts Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11