This website requires JavaScript.
Explore
Help
Sign In
jorge
/
my_scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
ce643ff277255774e1c09b5769228135d52e0b8f
my_scripts
/
bash
/
open_with_qt7.sh
T
4 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
Added a couple ffmpeg compression scripts, updated the mount whitehorse command and a couple of cli commands to open files with quicktime
2016-09-29 16:36:16 -07:00
for
i
;
do
open -a
"Quicktime Player 7"
"
$i
"
;
done
;
Reference in New Issue
Copy Permalink