This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6]
| BEGIN MESSAGE. | |
| ZG0PslTXdqu0y2R euf8TCKpWN41aR2 oVyLIspiCYs7PA6 m8B5uovEI2PqjWv | |
| oDhWA95KnWnQ1J7 CwJJJzvwVXlTCKq 6Xr2MZHgg6ZyDai 3Gx1BzMjPe0HzeH | |
| i4XvmUpXxPBiqCv HGteVm72hkQWb6z M02UUbyG6CCXYhL BSk4QLwQtnMizh0 | |
| RKKQdzi0HXT8uIt 4ee96CD1CwI4Haz iEIB021. | |
| END MESSAGE. |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Hello World!</title> | |
| <style> | |
| html { | |
| background: #8af; | |
| } | |
| </style> |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| live_dir="/path/to/live/site" | |
| dev_dir="/path/to/dev/site" | |
| while read oldrev newrev ref | |
| do | |
| branch=`echo $ref | cut -d/ -f3` | |
| if [ "master" == "$branch" ]; then |
| -- Thunderbird Launcher app | |
| -- Mounts a disk image before launching Thunderbird, and unmounts it when Thuderbird closes | |
| -- by Caesar Schinas, based on ideas at http://hintsforums.macworld.com/showthread.php?t=26597 | |
| on run | |
| set diskname to "Thunderbird Profile" | |
| set diskpath to "~/Library/Thunderbird/Profiles/Thunderbird Profile.sparsebundle" | |
| set itemname to "/Applications/Thunderbird" | |
| tell application "Finder" | |
| if not (exists the disk diskname) then |