add install.sh

master
Bel LaPointe 2022-05-10 06:22:05 -06:00
parent 87b4d28c71
commit 9914252040
1 changed files with 2 additions and 0 deletions

2
cli/install_cli.sh Normal file
View File

@ -0,0 +1,2 @@
#! /bin/bash
exec go build -o $HOME/Go/bin/local-storage-cli cli.go