test hosts

Former-commit-id: b22d2f596f
This commit is contained in:
Hadi
2024-06-17 09:23:37 +02:00
committed by GitHub
parent 7dc90af1c8
commit 2fc51aa02e

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"