mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-14 17:45:36 +00:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#! /bin/sh
|
|
set -x
|
|
|
|
(cd webui && npm i && npm run build)
|
|
rm -f backrest
|
|
go build .
|
|
rice append --exec backrest
|