#!/bin/bash hostname=$(/usr/bin/hostname) if [[ $hostname -eq "bepis" ]]; then $(~/.config/screenlayout/bepis.sh) fi