Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

dowload latest release github curl

curl --silent "https://api.github.com/repos/USER/REPO/releases/latest" | # Get latest release from GitHub api
    grep '"tag_name":' |                                                 # Get tag line
    sed -E 's/.*"([^"]+)".*/1/' |
    xargs -I {} curl -sOL "https://github.com/USER/REPO/archive/"{}'.tar.gz'
Comment

PREVIOUS NEXT
Code Example
Shell :: nodemon script 
Shell :: prettier yarn 
Shell :: how to install desktop application in flutter 
Shell :: install nginx mariadb php on mac 
Shell :: install vim mac 
Shell :: install aws cli on ubuntu 
Shell :: reinit git-submodules 
Shell :: how to run deb file 
Shell :: git username password config 
Shell :: bash check if file is empty 
Shell :: git see changes to one file 
Shell :: how to reboot kali linux with commands 
Shell :: install airflow in mac 
Shell :: search code git 
Shell :: ubuntu terminal network monitor 
Shell :: powershell foreach 
Shell :: IF NOT DIR BASH 
Shell :: Ports are not available: listen tcp 0.0.0.0:61616: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 
Shell :: wsl 2 reboot ubuntu 
Shell :: imagemagick add background to transparent png 
Shell :: terraform fmt 
Shell :: install apache benchmark 
Shell :: install psql 
Shell :: npm install less-loader 
Shell :: bash store file lines in variable 
Shell :: add user to sudo 
Shell :: how to update an existing repository in github 
Shell :: how to run different python version 
Shell :: block comment bash 
Shell :: bash delete files with names from subfolder 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =