Ignore:
Timestamp:
02/15/16 01:56:32 (8 years ago)
Author:
obi
Message:

test global file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r37148 r37154  
    33
    44INPUT=$1
     5
     6ARCH=`cat /etc/.arch`
     7debuglevel=`cat /mnt/config/titan.cfg | grep debuglevel | cut -d"=" -f2`
     8curlbin='curl -k -s -L --cookie /mnt/network/cookies --cookie-jar /mnt/network/cookies'
     9if [ "$debuglevel" == "99" ]; then curlbin="$curlbin -v"; fi
     10wgetbin="wget -q -T2"
     11TMP=/tmp/localcache
    512
    613hoster=`echo $INPUT | tr 'A-Z' 'a-z' | sed 's!http://!!' | sed 's!https://!!' | cut -d'/' -f1 | sed 's/www.//' | tr '.' '\n' | head -n1`
Note: See TracChangeset for help on using the changeset viewer.