# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
if ! . toolbox.sh; then
exit 1
fi
--- /dev/null
+../include
\ No newline at end of file
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "ipc"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "is"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
if ! . toolbox.sh; then
exit 1
fi
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "log"
#!/bin/bash
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "mutex"
#!/bin/bash
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "opt"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
if ! . toolbox.sh; then
exit 1
fi
#!/bin/bash
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "sem"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "uipc"
#!/bin/bash
+export PATH="$PWD/..:$PATH"
+
. toolbox.sh
include "wmutex"