I hereby claim:
- I am almonteb on github.
- I am almonteb (https://keybase.io/almonteb) on keybase.
- I have a public key whose fingerprint is CC5D 59C4 833C 7188 4F3F BE4D C41F 8685 2273 4261
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -euxo pipefail | |
| function cleanup() { | |
| curl -X POST -H "Content-Type: application/json" \ | |
| -H "Authorization: Bearer ${SLACK_TOKEN}" \ | |
| -d '{"profile": {"status_emoji": "", "status_text": ""}}' \ | |
| -so /dev/null \ | |
| "https://slack.com/api/users.profile.set" | |
| } |
| #!/usr/bin/env bash | |
| # Usage: bash uninstall_vmware.bash | |
| remove() { | |
| entry="$1" | |
| echo -ne "Removing $entry [" | |
| sudo rm -rf "$entry" | |
| if [[ ! -e "$entry" ]]; then | |
| echo -ne "OK" |
| Hello World! |
I hereby claim:
To claim this, I am signing this object: