summaryrefslogtreecommitdiff
path: root/pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.c')
-rw-r--r--pkg.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg.c b/pkg.c
new file mode 100644
index 0000000..3396e44
--- /dev/null
+++ b/pkg.c
@@ -0,0 +1,12 @@
+#include "utils.h"
+
+/*
+ **********************************************************
+ * All in One Package Manager for easier "Distro Hopping" *
+ **********************************************************
+*/
+
+int main(int argc, char **argv)
+{
+ return 0;
+}