Horje
keep docker container running Code Example
keep docker container running
# to keep the container running and not exit directly
set -x
while $1
do
    echo "Press [CTRL+C] to stop.."
    sleep 5
    echo "My second and third argument is $2 & $3"
done




Shell

Related
git cheat shit Code Example git cheat shit Code Example
install pip linux Code Example install pip linux Code Example
scp copy recursive Code Example scp copy recursive Code Example
-bash: expo: command not found Code Example -bash: expo: command not found Code Example
git delete branch upstream Code Example git delete branch upstream Code Example

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