Прошу прощения я не говорю так я русский перевести это с translate.google.com xD
Эй ребят я будет как и некоторые справки по этому ок, я действительно новым в этой bash вещи так что я как и некоторые помочь.
Он подобен видео Flash Player, но это только 1 видео играет на время, и я хотел сделать фронтальные или пользовательский интерфейс здесь flash.lin
я сосать делает bash так что я хотел вам дать мне помочь BIG
надеюсь traducer сделать хорошую работу
Вот исходный код, если можно назвать это так!
#!/bin/bash
#Credits for the guy that invented the refresh application
# show* by Lasly ( showRadio & showNotify by Letterb )
#Created by [somebody which name i don't know and wan't include here]
#modified by Av3LaR
#In El Salvador
menu="showRadio"
MODO="0"
TITULO="Flash Player"
MENSAJE="Flash 1"
MENSAJE2="Flash 2"
MENSAJE3="Flash 3"
MENSAJE4="Flash 4"
eleccion=$($menu "Flash Player" "" "Flash 1" "Flash 2" "Flash 3" "Flash 4") #"Salir/Exit")
case $eleccion in
1)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$1" != "" ]; then
if [ -f $1 ]; then
file="file:$1"
fi
2)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$2" != "" ]; then
if [ -f $2 ]; then
file="file:$1"
fi
3)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$3" != "" ]; then
if [ -f $3 ]; then
file="file:$1"
fi
4)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$4" != "" ]; then
if [ -f $4 ]; then
file="file:$1"
fi
*)#Salir
exit 0
;;
esac
Эй ребят я будет как и некоторые справки по этому ок, я действительно новым в этой bash вещи так что я как и некоторые помочь.
Он подобен видео Flash Player, но это только 1 видео играет на время, и я хотел сделать фронтальные или пользовательский интерфейс здесь flash.lin
я сосать делает bash так что я хотел вам дать мне помочь BIG
надеюсь traducer сделать хорошую работу
Вот исходный код, если можно назвать это так!
#!/bin/bash
#Credits for the guy that invented the refresh application
# show* by Lasly ( showRadio & showNotify by Letterb )
#Created by [somebody which name i don't know and wan't include here]
#modified by Av3LaR
#In El Salvador
menu="showRadio"
MODO="0"
TITULO="Flash Player"
MENSAJE="Flash 1"
MENSAJE2="Flash 2"
MENSAJE3="Flash 3"
MENSAJE4="Flash 4"
eleccion=$($menu "Flash Player" "" "Flash 1" "Flash 2" "Flash 3" "Flash 4") #"Salir/Exit")
case $eleccion in
1)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$1" != "" ]; then
if [ -f $1 ]; then
file="file:$1"
fi
2)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$2" != "" ]; then
if [ -f $2 ]; then
file="file:$1"
fi
3)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$3" != "" ]; then
if [ -f $3 ]; then
file="file:$1"
fi
4)#. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'//g'`
cd $mypath
chmod +x ./fl
exec ./fl
## check file
if [ "$4" != "" ]; then
if [ -f $4 ]; then
file="file:$1"
fi
*)#Salir
exit 0
;;
esac