I hereby claim:
- I am alexbbt on github.
- I am alexbbt (https://keybase.io/alexbbt) on keybase.
- I have a public key ASBoeYS2vL0Bifhxcxtw_oFueJmnT5fI4Y0LNZo2pgDFpwo
To claim this, I am signing this object:
blueprint: | |
name: Control Closet Light with Double Sliding Doors and a Timeout | |
description: Control the light inside a closet with double doors and an optional timeout. | |
domain: automation | |
input: | |
controlling_door_sensors: | |
name: Doors | |
description: Door sensors, when any opens the light will turn on, when all are closed, the light will turn off. | |
selector: | |
entity: |
Slacker | |
argparse |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
TITLE="Branch Selector" | |
MENU="Select a branch to checkout:" | |
OPTIONS=() | |
tempBranches=() | |
BRANCHES=() | |
eval "$(git for-each-ref --shell --format='tempBranches+=(%(refname))' refs/heads/)" |
#!/bin/bash | |
interactive=0 | |
manual=0 | |
list=0 | |
branches=() | |
response="" | |
shouldDelete=0 | |
function usage() { |