Pārlūkot izejas kodu

exit with error message

pull/1/head
vecāks
revīzija
2d30dcecc2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      files/bin/pipe-watcher

+ 1
- 0
files/bin/pipe-watcher Parādīt failu

@@ -7,6 +7,7 @@ if test (count $argv) -ge 2
end

if [ ! -p $pipe ]
echo named pipe $pipe not found
exit 1
end