srbiotik - Overview
Navigation Menu
Sailing the seas of code on a ship of arts and crafts.
-
LearnUpon
- Belgrade
- 06:06 (UTC -12:00)
- in/milos-grujic-273a2b20
Pinned Loading
-
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