test
This commit is contained in:
parent
58101d00c4
commit
215d461d22
@ -1,3 +1,4 @@
|
|||||||
# Weather Station Hub Board
|
# Weather Station Hub Board
|
||||||
|
|
||||||
This is a hub board that collects data from multiple sensors via RS485 and sends it to a server via LoRaWAN.
|
This is a hub board that collects data from multiple sensors via RS485 and sends it to a server via LoRaWAN.
|
||||||
|
d
|
||||||
|
9
ssh-agent.sh
Executable file
9
ssh-agent.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Convert ssh-agent output to fish shell
|
||||||
|
#
|
||||||
|
|
||||||
|
eval "$(ssh-agent)" >/dev/null
|
||||||
|
|
||||||
|
echo "set SSH_AUTH_SOCK \"$SSH_AUTH_SOCK\"; export SSH_AUTH_SOCK"
|
||||||
|
echo "set SSH_AGENT_PID \"$SSH_AGENT_PID\"; export SSH_AGENT_PID"
|
Loading…
x
Reference in New Issue
Block a user