mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f ~/.screenlayout/default.sh ]; then
|
|
echo "test"
|
|
bash ~/.screenlayout/default.sh
|
|
fi
|