Add Shebang

This commit is contained in:
Jeidnx 2022-09-06 11:27:32 +02:00
parent a492fdcabb
commit dcdc7a0460
No known key found for this signature in database
GPG Key ID: 0E9E697B7E99DF39
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
echo "Enter a hostname for the Frontend (eg: piped.kavin.rocks):" && read -r frontend
echo "Enter a hostname for the Backend (eg: pipedapi.kavin.rocks):" && read -r backend
echo "Enter a hostname for the Proxy (eg: pipedproxy.kavin.rocks):" && read -r proxy