Skip to content

Bash cheatsheet and some handfull scripts.

License

Notifications You must be signed in to change notification settings

zolnierczyk/BashPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Playground

This repo is just placeholder for few handy scripts and snippets.

Writing check list

  • If you don't have defined style guide use google one
  • Use unofficial string mode to detect silent errors
    • set -euo pipefail
  • Check script with linter shellcheck

Bash Cheatsheet

Fast and simple: Link to cheatsheet

Commands Cheatsheet

Example usage: Link to cheatsheet

Links

About

Bash cheatsheet and some handfull scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages