mirror of
https://github.com/wahyd4/golink.git
synced 2026-08-09 05:05:56 +10:00
And change /export to /_/export. Updates #nnn Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
curl -o $(dirname "$0")/link-snapshot.json http://go/_/export
|