mirror of
https://github.com/KevinMidboe/motdGO.git
synced 2025-10-29 09:40:23 +00:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build the bindata.go file with the default font in it
|
|
cd ../assets
|
|
go-bindata -o ../bindata.go -pkg motdGO ./
|