From 61c3f4ad6ad65efd70df609c027d75baacc21120 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 2 Sep 2019 05:24:51 +0200
Subject: Builder script

---
 scripts/bootstrap/builder.sh | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 scripts/bootstrap/builder.sh

diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh
new file mode 100644
index 0000000..398ef34
--- /dev/null
+++ b/scripts/bootstrap/builder.sh
@@ -0,0 +1,3 @@
+#! /bin/bash
+
+emerge --usepkg --buildpkg --keep-going --update --deep --with-bdeps=y --newuse @world
-- 
cgit v1.2.3