home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Track VSCode settings
[khome.git]
/
home
/
bin
/
notify_status
Commit
Line
Data
90b88aef
SK
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.073285 seconds
and
4
git commands to generate.