7 lines
50 B
Bash
7 lines
50 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./config
|
||
|
./dev/container-create.sh
|
||
|
|
||
|
|