6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
DC_SCRIPT=./scripts/example-dockerhub/dc-example.sh
|
||
|
|
||
|
$DC_SCRIPT down
|