This commit is contained in:
Daniel Bauer
2020-02-20 09:16:08 +01:00
parent 125176d530
commit f73d80c03f
6 changed files with 625 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
if [ -f ~/.screenlayout/default.sh ]; then
bash ~/.screenlayout/default.sh
echo "test"
bash ~/.screenlayout/default.sh
fi