5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat config.main > config
|
||
|
cat config.private >> config
|