mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:29 +02:00
4 lines
32 B
Bash
4 lines
32 B
Bash
|
#!/bin/bash
|
||
|
echo 'hello world'
|
||
|
|