make signup script a template
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
"strings"
|
||||
)
|
||||
|
||||
//go:embed templates/signup-script-template
|
||||
var Bashscript string
|
||||
|
||||
func Dedup(input string) string {
|
||||
unique := []string{}
|
||||
words := strings.Split(input, " ")
|
||||
|
Reference in New Issue
Block a user