Accept a name for dl and include starter script file
[khome.git] / home / bin / notify_status
1 #! /bin/bash
2
3 # The status is a function which calls other functions which use variables...
4 # load 'em all:
5 for file in ~/lib/login_*.sh
6 do
7 . "$file"
8 done
9
10 notify-send "$(status)" -u low
This page took 0.045313 seconds and 4 git commands to generate.