David Boreham
2f53306b32
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Reviewed-on: #74 Co-authored-by: David Boreham <david@bozemanpass.com> Co-committed-by: David Boreham <david@bozemanpass.com>
8 lines
78 B
Bash
Executable File
8 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start docker
|
|
start-docker.sh
|
|
|
|
# Execute specified command
|
|
"$@"
|