I hereby claim:
- I am jzila on github.
- I am jzila (https://keybase.io/jzila) on keybase.
- I have a public key whose fingerprint is 82E2 62DD 625E 8B0B C0B6 0073 75E2 6181 8D28 7864
To claim this, I am signing this object:
| #!/bin/sh -e | |
| # | |
| # rc.local | |
| # | |
| # This script is executed at the end of each multiuser runlevel. | |
| # Make sure that the script will "exit 0" on success or any other | |
| # value on error. | |
| # | |
| # In order to enable or disable this script just change the execution | |
| # bits. |
| #!/bin/bash | |
| _term() { | |
| echo "Caught TERM signal" | |
| kill -TERM "$SERVICE" | |
| kill -TERM "$KBFS" | |
| exit 0 | |
| } | |
| trap _term SIGTERM |
| package test | |
| import ( | |
| "testing" | |
| ) | |
| func sum(a, i uint64) uint64 { | |
| return a + i | |
| } |
I hereby claim:
To claim this, I am signing this object: