6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "# README docker" > README.md
|