test hosts

This commit is contained in:
Hadi
2024-06-17 09:23:37 +02:00
committed by GitHub
parent 026be4852e
commit b22d2f596f

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
[[ -d "./hosts" ]] || (exit 1; echo "Folder ./hosts not found")
LAPTOP_CONFIG="./hosts/laptop"
GUEST_CONFIG="./hosts/guest"