⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run.sh.svn-base

📁 A Flash Player with ActionScript support. Write in C and C++. It have two part, one is Player and an
💻 SVN-BASE
字号:
#!/bin/shfplayer="fplayer"font="simsun.ttc"if [ ! -x /usr/bin/perl ];then read -p  "Warn!!,The program /usr/bin/perl isn't exist. first, install it,please!"  aaa &&  exitfiif [ ! -f ./${fplayer} ] && [ ! -L ./${fplayer} ];then   if [ -f ../../src/${fplayer} ];then	rm -rf ./${fplayer}         ln -s ../../src/${fplayer}    else	read -p "I must stop , ${fplayer} doesn't exist ,compile it, please" aaa &&  exit   fifiif [ ! -f ./${font} ] && [ ! -L ./${font} ];then   if [ -f ../../src/${font} ];then	rm -rf ./${font}         ln -s ../../src/${font}    else	read -p "I must stop , ${font} doesn't exist ,compile it, please" aaa && exit   fifichmod 777 fplayer chmod u+r simsun.ttc###############################total_fail="0"rm /tmp/blacklist 2>/dev/nullfor i in `find ./ -name "*.[s|S][w|W][f|F]"` ;do    echo -n "$i			"    ./fplayer -f $i 2> /dev/null > /dev/null    result="$?"    if test "x$result" = "x0" ;    then	echo "Pass"    else	echo "Fail"	total_fail=`dc -e "$total_fail 1 + p"`	echo "$i	$result" >> /tmp/blacklist    fi;done;echo "BlackList"cat  /tmp/blacklistecho "TotalFails $total_fail"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -