From: Ivan Denisov Date: Sat, 3 Oct 2015 10:41:25 +0000 (+0700) Subject: example of the app used for compressing of susystems in the server gitlab.molpit.com X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=736a822faa5acf8d80de88699860007b99795d0e example of the app used for compressing of susystems in the server gitlab.molpit.com --- diff --git a/examples/compress/README b/examples/compress/README new file mode 100644 index 0000000..19822f0 --- /dev/null +++ b/examples/compress/README @@ -0,0 +1,3 @@ +App for edcoding susystems. + +Used with http://gitlab.molpit.com for process repository hooks. diff --git a/examples/compress/Std/Mod/Coder.odc b/examples/compress/Std/Mod/Coder.odc new file mode 100644 index 0000000..ff4b331 Binary files /dev/null and b/examples/compress/Std/Mod/Coder.odc differ diff --git a/examples/compress/System/Mod/Init.odc b/examples/compress/System/Mod/Init.odc new file mode 100644 index 0000000..2f30880 Binary files /dev/null and b/examples/compress/System/Mod/Init.odc differ diff --git a/examples/compress/run-dev b/examples/compress/run-dev new file mode 100755 index 0000000..50874c1 --- /dev/null +++ b/examples/compress/run-dev @@ -0,0 +1,10 @@ +#!/bin/sh + +# fix Ubuntu-specific problems: +unset UBUNTU_MENUPROXY +unset GTK_MODULES +export LIBOVERLAY_SCROLLBAR=0 +mv Code Code_ +env \ + BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \ +../../BlackBox/blackbox diff --git a/examples/compress/runc b/examples/compress/runc new file mode 100755 index 0000000..d79b6dc --- /dev/null +++ b/examples/compress/runc @@ -0,0 +1,4 @@ +#!/bin/sh +env \ + BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \ +../../Linux_Interp/blackboxc $@