I hereby claim:
- I am techciel on github.
- I am techciel (https://keybase.io/techciel) on keybase.
- I have a public key ASCG1StowPzfLZSjZghWeZYn52xj6Fvnq2MjKoLgoUYDrQo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import os | |
import logging as log | |
from serial import Serial | |
from evdev import InputDevice, ecodes, KeyEvent | |
def tv_com(cmd): | |
cmd = (cmd.encode('utf-8')+b' '*8)[:8]+b'\r' |
#!/bin/bash | |
# ./recert.sh [host] [certificate file] [private key file] [reload command] | |
tmp=$(mktemp) | |
log () { | |
echo $(date) "$@" | |
if [[ "$@" == *! ]]; then | |
rm $tmp | |
exit |
I hereby claim:
To claim this, I am signing this object: