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 | |
set -o noglob | |
git remote update --prune | |
raw_input=$(git branch -vv) | |
while read -r line; do | |
branch_line=$(echo "$line" | sed s/*//g) | |
branch_line=$(echo $branch_line) | |
branch_name=${branch_line%% *} | |
if [[ $branch_line =~ "[origin/" ]] | |
then |
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
000_Battery Current | Batt Current | 2101 | ((Signed(K)*256)+L)/10 | -230 | 230 | A | 7E4 |
---|
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
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmw11dvaEsDWGgak3IXs2jqvO1AtqPa03kW8fDy42OG leeopop-2021 |