This commit is contained in:
2025-04-28 10:52:58 +09:30
parent 58101d00c4
commit 215d461d22
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# 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.
d

9
ssh-agent.sh Executable file
View 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"