mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 12:51:44 +01:00
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
echo "*"
|
|
echo "* Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
|
|
echo "*"
|
|
exit 0
|
|
|