- create a slack webhook integration - copy the webhook url
- add following to top of ~/.ssh/config
Host *
PermitLocalCommand yes
- add
LocalCommand
to host entry
Host production.example.com
User ubuntu
#!/usr/bin/env bash | |
# gfx2gf.bat v1.5 (20140823) | |
# by Jeremy Williams | |
# | |
# This batch file converts graphics for Game Frame compatibility (www.ledseq.com). | |
# *** You must have ImageMagick installed for it to run (www.imagemagick.org) *** | |
# Passed graphic files will be stretched, resized, & resampled if larger than 16x16. If | |
# the file is an animated GIF, a filmstrip graphic will be generated along with | |
# a CONFIG.INI using a "hold" value (framerate) equal to the first frame of the | |
# animation. Usually this works well, but you may still need to adjust the hold |
Host *
PermitLocalCommand yes
LocalCommand
to host entryHost production.example.com
User ubuntu