6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
hostname=$(/usr/bin/hostname)
|
|
|
|
if [[ $hostname -eq "bepis" ]]; then
|
|
$(~/.config/screenlayout/bepis.sh)
|
|
fi |