mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +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
|