8 lines
147 B
Bash
8 lines
147 B
Bash
|
#!/bin/bash
|
||
|
_getHeader "$name" "$author"
|
||
|
|
||
|
sel=""
|
||
|
_getConfSelector environment.conf environments
|
||
|
_getConfEditor environment.conf $sel
|
||
|
_reloadModule
|