From 9fb22ceccd65f03478618de4a68afd3f31e0bf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sat, 29 Aug 2015 17:48:39 -0300 Subject: add incomplete sync support, optimize xbs and fix some variables --- src/bin/db-sync | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/bin/db-sync (limited to 'src/bin/db-sync') diff --git a/src/bin/db-sync b/src/bin/db-sync new file mode 100644 index 0000000..02a1c92 --- /dev/null +++ b/src/bin/db-sync @@ -0,0 +1,22 @@ +#!/bin/bash +# X Build System +# Copyright (C) 2012-2015 Parabola Hackers + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +CONFIG_DIR="$(dirname "$(readlink -e "$0")")/etc" + +FLAGS=("${@}") + +"${BIN_DIR}"/xbs sync ${FLAGS[@]}" -- cgit v1.2.3-2-g168b