Merge pull request #25 from Jeidnx/add_shebang

Add Shebang
This commit is contained in:
Kavin
2022-09-07 00:19:24 +05:30
committed by GitHub
+1
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