#!/bin/bash # ce script peut également être exécuté comme ceci: # ssh -t access@na root@remote 'zcat|bash' < $SCRIPT.gz # echo "###### checking /bin/nice ######" if [ ! -x /bin/nice ]; then echo "WARNING ! nice absent. Installation en cours !" remountw # this block was generated with : "od -An -tx1 -vw32|tr -d ' '" (sed -e 's/../x\0/g' | while read; do printf "${REPLY//x/\x}"; done | tar -C / -zxUpvf -) <