Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. if [[ -h "$FILE" ]]; then
  2.             ((++NUM_LINK))
  3.  
  4.             if [[ "$N_B" = true ]]; then
  5.                 echo "LINK $NUM_LINK '$FILE' '$(readlink $FILE)'"
  6.             else
  7.                 echo "LINK '$FILE' '$(readlink $FILE)'"
  8.             fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement