mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 22:15:28 +00:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f ~/.screenlayout/default.sh ]; then
|
|
bash ~/.screenlayout/default.sh
|
|
fi
|