aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.c
blob: 1963b2601df8c49b9a02826632ecdc31ec372724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/****************************************************************************************/
/*                                                                                      */
/*  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));
}