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