mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-01 13:17:47 +02:00
4 lines
32 B
Bash
4 lines
32 B
Bash
|
#!/bin/bash
|
||
|
echo 'hello world'
|
||
|
|