8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/bash
|
|
|
|
# Start docker
|
|
start-docker.sh
|
|
|
|
# Execute specified command
|
|
"$@"
|