1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-27 23:05:55 -04:00
amfora/config/default.sh

6 lines
186 B
Bash
Raw Permalink Normal View History

2020-06-18 16:54:48 -04:00
#!/usr/bin/env bash
2020-07-28 16:58:32 -04:00
head -n 3 default.go | tee default.go > /dev/null
2020-06-18 16:54:48 -04:00
echo -n 'var defaultConf = []byte(`' >> default.go
cat ../default-config.toml >> default.go
echo '`)' >> default.go