I hereby claim:
- I am marcbernstein on github.
- I am marccbernstein (https://keybase.io/marccbernstein) on keybase.
- I have a public key ASAkeQ4-9FOmmTEtd3w58NvFxXdAhxPxo4Iym_7bXWLX-go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Sets Slack status using new Status API. | |
| # Save the script somewhere in your $PATH and set it executable. | |
| slacktoken=<Your auth token, get one here https://api.slack.com/custom-integrations/legacy-tokens> | |
| apiurl="https://slack.com/api/users.profile.set?token="$slacktoken"&profile=" | |
| if ! [ $# -eq 0 ] && ! [ $# -eq 2 ]; then | |
| echo "Script takes exactly 0 (remove status ) or 2 arguments (emoji and status (in quotes if more than one word))."; | |
| exit 1; |
I hereby claim:
To claim this, I am signing this object: