📚Cheatsheets

Cheatsheet collection for go, rust, python, shell and javascript.

Check if command exists in Bash

if !(command -v go); then
    # Do something 
fi