Add fish wrapper
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
bd799c6bb8
commit
94b3b79c56
9
catsit.fish
Normal file
9
catsit.fish
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
function catsit
|
||||||
|
set pipe /run/catsit/catsitd
|
||||||
|
if [ -p $pipe ]
|
||||||
|
/usr/local/sbin/catsit -c $pipe $argv
|
||||||
|
end
|
||||||
|
if [ ! -p $pipe ]
|
||||||
|
echo "Connection impossible."
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user