- Timestamp:
- 09/26/16 18:04:08 (7 years ago)
- Location:
- titan/mediathek/localhoster
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39030 r39037 92 92 } 93 93 94 briskfile() 95 { 96 $BIN $CMD/briskfile.py $INPUT 97 } 98 99 echo INPUT $INPUT 94 100 if [ "$TYPE" == "get" ];then 95 101 case $hoster in … … 101 107 flashx) flashx $INPUT;; 102 108 openload) openload $INPUT;; 109 briskfile) briskfile $INPUT;; 103 110 esac 104 111 fi
Note: See TracChangeset
for help on using the changeset viewer.