Skip to content

jgttech/dev-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Scripts

A collection of software for CLI tools and utilities that I like.

Setup

[WARNING]
This invokes a shell script for running the setup. You can review what the script does on GitHub. NEVER run a script blindly without making sure you trust it.

Pick one of these methods for installing the tools.

Option 1 - wget
URL="https://shorturl.at/VI7oq"; wget -qO- "${URL}?$(date +%s)" | sh; unset URL;
Option 2 - curl
URL="https://shorturl.at/VI7oq"; curl -s "${URL}?$(date +%s)" | sh; unset URL;

About

A collection of development scripts I use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published