3 lines
59 B
Bash
3 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cat conf/$1.config conf/base.config >.config
|