mirror of
https://github.com/KevinMidboe/motdGOi.git
synced 2025-10-29 01:30:25 +00:00
4 lines
134 B
Bash
Executable File
4 lines
134 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 figlet4go ./ |