MCPcopy Index your code
hub / github.com/coder/coder / installScriptFiles

Function installScriptFiles

cli/dotfiles_other.go:5–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3package cli
4
5func installScriptFiles() []string {
6 return []string{
7 "install.sh",
8 "install",
9 "bootstrap.sh",
10 "bootstrap",
11 "setup.sh",
12 "setup",
13 "script/install.sh",
14 "script/install",
15 "script/bootstrap.sh",
16 "script/bootstrap",
17 "script/setup.sh",
18 "script/setup",
19 }
20}

Callers 1

dotfilesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected