This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select class="ipbf-select" id="QIAIDSELECT_6421" name="QIAIDSELECT_6421"> | |
| <option value="-1" selected=""></option> | |
| <option value="19746">23andMe</option> | |
| <option value="19747">A9.com</option> | |
| <option value="19748">Adobe</option> | |
| <option value="19754">Amazon.com</option> | |
| <option value="19749">Ancestry.com</option> | |
| <option value="19750">Badgeville</option> | |
| <option value="19751">Big Switch Networks</option> | |
| <option value="19752">Box</option> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| tmup () | |
| { | |
| echo -n "Updating to latest tmux environment..."; | |
| export IFS=","; | |
| for line in $(tmux showenv -t $(tmux display -p "#S") | tr "\n" ","); | |
| do | |
| if [[ $line == -* ]]; then | |
| unset $(echo $line | cut -c2-); |
NewerOlder