add rf, script

This commit is contained in:
Paul R. Tagliamonte 2019-10-02 23:26:15 -04:00
parent ffbd20d78a
commit 32b2e39e91
2 changed files with 12 additions and 0 deletions

View file

@ -289,5 +289,12 @@
"Path": "/go/ais",
"Repo": "https://github.com/paultag/go-ais",
"Url": "https://github.com/paultag/go-ais"
},
{
"Packages": [],
"Path": "/go/rf",
"Repo": "https://github.com/paultag/go-rf",
"Url": "https://github.com/paultag/go-rf"
}
]

5
upload.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -e
go run main.go
aws s3 sync go s3://pault.ag/go