mirror of
https://github.com/kaboomserver/buildpack.git
synced 2024-11-19 05:39:59 +00:00
3 lines
32 B
Text
3 lines
32 B
Text
|
#!/bin/bash
|
||
|
echo "Kaboom"
|
||
|
exit 0
|