Simon Bruder
5b817a7162
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
152 B
Bash
Executable file
9 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
cat << EOF
|
|
┏━┓┏━┓╻ ╻╻
|
|
┃ ┃┗━┓┃ ┃╹
|
|
┗━┛┗━┛┗━┛╹
|
|
EOF
|
|
cat /opt/osu/version
|
|
exec /opt/osu/osu!
|