bash
Drush 8 Exit Code Workaround
drupal
snippets
bash
A bug in older versions of drush stop errors bubbling up to shell exit codes. Use this snippet to work-around the problem.
Log in to GitHub Docker registry with just a token
github
snippets
bash
GitHub's new package registry needs both a username and password to authenticate. Use this snippet to derive the username from a token.
Improve your bash scripts with this boilerplate template
snippets
bash
Bash is a finnicky beast. Use this template to make your scripts behave more reliably.