test hosts

This commit is contained in:
Hadi 2024-06-17 09:23:37 +02:00 committed by GitHub
parent 026be4852e
commit b22d2f596f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"