srbiotik - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View srbiotik's full-sized avatar

Milos Grujic srbiotik

Sailing the seas of code on a ship of arts and crafts.

Block or report srbiotik

Pinned Loading

  1. 3

    builder_pipe=/tmp/builder_pipe

    4

    if [[ ! -p $builder_pipe ]]; then mkfifo $builder_pipe; fi

    5

    echo "START ./" > $builder_pipe & trap "rm -f $builder_pipe" EXIT