blob: bcfd3c88a41e051ac3136436794c2e562f53d72d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/****************************************************************************************/
/* */
/* File : jo_lowbat.c /_________/ */
/* Author : Joe | */
/* Date : 04/2020 | */
/* Info : The main | */
/* / | */
/* \ / */
/* \_____/ */
/* */
/****************************************************************************************/
#include <jo_lowbat.h>
#include <libnotify/notify.h>
int
main
(int argc,
const char *argv[])
{
return (jo_r_lowbat(argc, argv));
}
|