Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

makefile ifeq or

ifeq ($(GCC_MINOR),4)
    @echo Supported version
else ifeq ($(GCC_MINOR),5)
    @echo Supported version
else
    @echo Unsupported version
endif
Comment

PREVIOUS NEXT
Code Example
Shell :: how to kill local server in ubuntu by command 
Shell :: zsh for loop 
Shell :: pause bash script 
Shell :: powershell writeline 
Shell :: -bash: screen: command not found 
Shell :: remove global packages npm 
Shell :: linux how to display current time with timezone 
Shell :: extract from tar gz into folder 
Shell :: grep find and show lines after 
Shell :: multi line comment in bash shell 
Shell :: run shell script in dockerfile 
Shell :: get size of file linux 
Shell :: how to do install tmux plugins 
Shell :: is lubuntu better than ubuntu 
Shell :: how to pull from original repository upstream 
Shell :: set multiple git username and password 
Shell :: git global name & email 
Shell :: npm install package as developer dependency 
Shell :: git remove deleted remote branches 
Shell :: git fetch not pulling branches 
Shell :: rmdir directory not empty windows 
Shell :: ubuntu power settings high performance 
Shell :: view live log linux 
Shell :: zoom gedit 
Shell :: ubuntu echo create file readme.md 
Shell :: gcc install mac 
Shell :: create a file in vim 
Shell :: npm install mongoose specific version 
Shell :: kubernetes auto complete 
Shell :: fatal: remote origin already exists. 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =