aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.c
blob: b6ee68cacf208f36055f4c6f34a891c0dcc7c77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/****************************************************************************************/
/*                                                                                      */
/*  File     : jo_lowbat.c                                                /_________/   */
/*  Author   : Joe                                                              |       */
/*  Date     : 04/2020                                                          |       */
/*  Info     : The main                                                         |       */
/*                                                                      /       |       */
/*                                                                      \       /       */
/*                                                                       \_____/        */
/*                                                                                      */
/****************************************************************************************/

#include <jo_lowbat.h>
#include <libnotify/notify.h>

/*
** Files prefixes
** --------------
** f: fetch
** n: notify
** r: run
*/

int
main(
	int			argc,
	char	*argv[]
	)
{
	return (jo_r_lowbat(argc, argv));
}