5 lines
43 B
Text
5 lines
43 B
Text
|
#!/bin/bash
|
||
|
app=docker
|
||
|
set -e
|
||
|
|
||
|
# TO BE DONE
|