- Read the ERRORS
- Read the LOGS
- Output related info with
putsand PRINT - Read the DOCS
- Ask an EXPERT
Follow this process every time!
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Generate a `:something-intensifies:` Slack emoji, given a reasonable image | |
| # input. I recommend grabbing an emoji from https://emojipedia.org/ | |
| set -euo pipefail | |
| # Number of frames of shaking | |
| count=10 | |
| # Max pixels to move while shaking |