Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash shell scripts used for Unix as an IDE.

Scripts

  • cheat-ledger.sh: Print cheatsheet for Ledger CLI in terminal.

Installation

: make install
  • Manaully install a specific script
: export SCRIPT="$HOME/.local/bin"

# Setup script environment
: mkdir -p $SCRIPT

# Install specific script
: ln -sf $PWD/[SCRIPT_NAME] $SCRIPT/[SCRIPT_NAME].sh

# Clean scripts installed
: rm -rf $SCRIPT
  • When writting a new script.
# Linking
shellcheck [script].sh

# Formatting
shfmt [script].sh

About

Script Kiddie for Unix as an IDE

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages