Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am fullstopslash on github.
  • I am fullstopslash (https://keybase.io/fullstopslash) on keybase.
  • I have a public key ASBWHzF66ilzrq_a3jv34LxgvjlDqQnC5osT-r5fyoVPXQo

To claim this, I am signing this object:

@fullstopslash
fullstopslash / openpgp.txt
Created October 23, 2017 22:01
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:9d37b7c4691cf8dac1bed0fc0a81196c4beafc4a]
@fullstopslash
fullstopslash / openpgp.txt
Created October 23, 2017 22:01
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:9d37b7c4691cf8dac1bed0fc0a81196c4beafc4a]
@fullstopslash
fullstopslash / openpgp.txt
Created October 23, 2017 22:01
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:9d37b7c4691cf8dac1bed0fc0a81196c4beafc4a]
@fullstopslash
fullstopslash / openpgp.txt
Created October 13, 2017 01:55
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:9d37b7c4691cf8dac1bed0fc0a81196c4beafc4a]
@fullstopslash
fullstopslash / autostart.sh
Last active January 11, 2017 03:48
A simple bootstrap script.
#!/bin/bash
HOST=$(hostname -s)
# Function checks if command exists
exists()
{
commandApp="$1"
set -- $commandApp
command -v "$1" >&/dev/null 2>&1
}
# Function to check if process is running, otherwise run it with the arguments listed