Posts by opentennis

    Hi all.


    I'm looking for script sbox + CCcam does work with openbox s6000, excuse me my English, I'm learning.


    I've this..


    #!/bin/sh


    CAMNAME="CCcam_sbox"


    remove_tmp () {
    rm -rf /tmp/*.info* /tmp/*.tmp* /tmp/*server*
    }


    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /usr/bin/sbox &
    sleep 8
    /usr/bin/CCcam &
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall -9 CCcam sbox 2>/dev/null
    sleep 1
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac


    exit 0



    the correct path to this file is /user/script or /user/script/cam???? I don't find in the remote to turn on it from there.