scripts: Remove makepipe

This is now handled by libsaria

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-02-07 20:55:50 -05:00
parent 280baa7572
commit a1672b83c4
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#!/bin/bash
DEBUG=true
CONFIG=$XDG_CONFIG_HOME
if [ "$CONFIG" == "" ]; then
CONFIG="~/.config"
fi
CONFIG=$CONFIG/saria
if [ $DEBUG == "true" ]; then
CONFIG=$CONFIG-debug
fi
mkdir -p $CONFIG
if [ ! -f $CONFIG/saria.pipe ]; then
mkfifo $CONFIG/saria.pipe
fi