This commit is contained in:
2022-02-23 04:15:41 +01:00
parent 817af8abdc
commit d180a7bd17
13 changed files with 18 additions and 22 deletions

View File

@@ -1,25 +0,0 @@
#!/bin/bash
# Make sure only root can run our script
VERSION="Version: 0.1v"
clear
echo "$VERSION"
echo "################################################"
echo "# #"
echo "# #"
echo "# (L)inux #"
echo "# (A)pache #"
echo "# (M)ysql #"
echo "# (P)HP #"
echo "# #"
echo "# by #"
echo "# johanneskr.de #"
echo "# #"
echo "# #"
echo "################################################"
echo "Domain-Name [ENTER]:"
read domainname
echo "This Domain is: $domainname"