lib/scripts/ucat
changeset 2307 508d2a233dbc
parent 2306 0aadfaf8557a
child 2347 a42c1b835fb3
equal deleted inserted replaced
2306:0aadfaf8557a 2307:508d2a233dbc
     1 #!/bin/bash
     1 #!/bin/bash
     2 #
     2 #
       
     3 # $Id$
       
     4 #
     3 # ucat - uninterruptible cat
     5 # ucat - uninterruptible cat
       
     6 #
     4 # NOTE: If perl is unavailable we simply fall back on normal cat!
     7 # NOTE: If perl is unavailable we simply fall back on normal cat!
     5 #
     8 
     6 # $Id$
       
     7 
     9 
     8 PERL=$(type -path perl)
    10 PERL=$(type -path perl)
     9 
    11 
    10 if [ -z "$PERL" ]
    12 if [ -z "$PERL" ]
    11 then
    13 then