Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

if argument bash

if [ -z "$1" ]
  then
    echo "No argument supplied"
fi

if ["$1" ]
  then
    echo "Argument supplied is: "$1
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: wget ignore ssl cert error 
Shell :: unity logcat 
Shell :: how to install node on mac 
Shell :: download nbextensions 
Shell :: do you need to install type definitions for node 
Shell :: check git current branch 
Shell :: yarn equivalent of npm ci 
Shell :: restart ubuntu from terminal 
Shell :: install ionic cli globally 
Shell :: fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD) state now, use git push origin HEAD:<name-of-remote-branch 
Shell :: uninstall cheese linux 
Shell :: git get last commit id 
Shell :: bash install kubectl 
Shell :: how to uninstall openjdk in linux 
Shell :: cf rolling restart 
Shell :: The upstream branch of your current branch does not match the name of your current branch. 
Shell :: how to install minecraft to ubuntu 
Shell :: remove git from local folder 
Shell :: Homebrew PHP appears not to be linked. Please run [valet use php@X.Y] 
Shell :: certbot add new domain 
Shell :: hibernate ubuntu 
Shell :: Failed to connect to github.com port 443: Connection refused 
Shell :: pip3 not found 
Shell :: updating to gulp 4 
Shell :: pip3.8 install ubuntu 
Shell :: pip install hashlib 
Shell :: show history accross all sessions powershell 
Shell :: git case sensitive folder 
Shell :: ssh remove known_hosts entry 
Shell :: capacitor live reload 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =