summaryrefslogtreecommitdiff
path: root/.config/login.local.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:24:05 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:24:05 -0400
commit674efbf431f2c1c879c9bfed05f7ed6adce22351 (patch)
treeb873ec80e45fb1bd9a414bb25c4e27d68c8861cf /.config/login.local.sh
parentde9c3e08412ae13cc8a2d1e4418d9e9257f67518 (diff)
pre-merge move
Diffstat (limited to '.config/login.local.sh')
-rw-r--r--.config/login.local.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/login.local.sh b/.config/login.local.sh
new file mode 100644
index 0000000..1da7aa7
--- /dev/null
+++ b/.config/login.local.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -x "`which daemon`" ]; then
+ # daemon ...
+ :
+fi