summaryrefslogtreecommitdiff
path: root/pkg.c
blob: 3396e44e8ea2fa66316e9849e2dd8d08fc527e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "utils.h"

/*
 **********************************************************
 * All in One Package Manager for easier "Distro Hopping" *
 **********************************************************
*/

int main(int argc, char **argv)
{
	return 0;
}