diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:13:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:13:12 +0100 |
commit | 0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb (patch) | |
tree | 61732d5dbc17de632078117083596a577fe9a560 | |
parent | Suppressed all bashisms (diff) | |
download | lowbat-gnu-0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb.tar.gz lowbat-gnu-0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb.tar.bz2 lowbat-gnu-0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb.tar.xz lowbat-gnu-0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb.tar.zst lowbat-gnu-0aa5bfd33228e4a188d3b4e45b2de7e16fbb11cb.zip |
dash ~> sh
-rwxr-xr-x | bin/lowbat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh notify() { notify-send "Low battery" "Please plug in computer" -u critical -t 15000 |