diff options
author | Marco Peereboom <marco@conformal.com> | 2012-02-14 14:24:33 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-02-14 14:26:22 -0600 |
commit | 90ae7caf5e036347c0c2d69aff1f9334877e09d4 (patch) | |
tree | 8b42294c98028e04299f5b87cef552f71771ba37 | |
parent | 246f40ff8e24f85140591d7c2e592f944c8fc855 (diff) | |
download | xombrero-90ae7caf5e036347c0c2d69aff1f9334877e09d4.tar.gz |
add -y and remove some quotes
-rw-r--r-- | playflash.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/playflash.sh b/playflash.sh index 9d40435..e9a896e 100644 --- a/playflash.sh +++ b/playflash.sh @@ -1,6 +1,4 @@ #!/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 @@ -11,4 +9,4 @@ # to avoid accumulating files: # player = mplayer -loop 0 %s 2>/dev/null; rm -f %s -cd /var/tmp && get_flash_videos -p "$1" +cd /var/tmp && get_flash_videos -p -y $1 |