#! /bin/bashfunction play_video(){ touch temp.sh cat /dev/null > temp.sh echo "vlc $1" > temp.sh chmod +x temp.sh ./temp.sh& sleep 10 #kill -9 `ps -e| Read More
posted @ 2016-04-28 22:36 karappo Views(157) Comments(0) Diggs(0) Edit