Current Path : /home/fotouserdopd8j/agenciacrabli.com/ |
Current File : /home/fotouserdopd8j/agenciacrabli.com/scl_enabled.tar |
usr/bin/scl_enabled 0000755 00000000402 15052516670 0010311 0 ustar 00 #!/bin/sh eval "SCLS=(${X_SCLS[*]})" [ -z "$SCLS" ] && exit 1 [ -z "$*" ] && exit 0 for scl in $*; do FOUND=0 for i in `seq 0 ${#SCLS[@]}`; do if [ "${SCLS[$i]}" == "$scl" ]; then FOUND=1; break; fi; done [ $FOUND == 0 ] && exit 1; done exit 0