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