Update 2025-07-23 08:44 OpenBSD/amd64-dalek
This commit is contained in:
parent
0530d9228b
commit
8f37eceb9a
@ -1,2 +1,10 @@
|
||||
#!/bin/sh
|
||||
bupstash put hostname=$(hostname) $@
|
||||
|
||||
hostname=$(hostname)
|
||||
year=$(date +%Y)
|
||||
month=$(date +%m)
|
||||
day=$(date +%d)
|
||||
timestamp="$year-$month-$day $(date +"%H:%M")"
|
||||
|
||||
set -x
|
||||
bupstash put --print-file-actions --print-stats hostname="$hostname" timestamp="$timestamp" year="$year" month="$month" day="$day" $@
|
||||
|
2
.bin/tailscale-tunnel
Executable file
2
.bin/tailscale-tunnel
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/ksh
|
||||
doas tailscale up --auth-key=tskey-auth-kx3Lf18kgg11CNTRL-5QJ7tUCJ8KAoPqVtJKY6MAzghyuCoaR9F --advertise-exit-node --accept-dns=true --accept-routes
|
Loading…
x
Reference in New Issue
Block a user