I hereby claim:
- I am amedee on github.
- I am amedee (https://keybase.io/amedee) on keybase.
- I have a public key ASDIi4__EbzuN8WNspqk4YbV1eaVpZMSLVXt29_OYTEtiQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
a collection of incredibly useful git commands
#!/bin/bash | |
# ========================== | |
# CONFIGURATION | |
# ========================== | |
RESULTS=() | |
USB_DEVICE="" | |
TEST_FILE="" | |
RUNS=1 | |
VISUAL="none" |