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