about summary refs log blame commit diff stats
path: root/playflash.sh
blob: 9d40435624dd7dc524bd981ca065eac8b2c1c77f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                          
#!/bin/sh
# $xxxterm$
#
# This is an example script for playing flash videos. It requires the
# get_flash_video package to be installed on the system. You can copy this
# file to ~/.xxxterm/, and set
#   default_script = ~/.xxxterm/playflash.sh
# in ~/.xxxterm.conf. Remember to make this file executable.
#
# You may wish to add the following line to ~/.get_flash_videosrc
# to avoid accumulating files:
#   player = mplayer -loop 0 %s 2>/dev/null; rm -f %s

cd /var/tmp && get_flash_videos -p "$1"