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
7604455e80991721ca36406a3696847d71fb71ea
my_scripts
/
bash
/
open_with_qt.sh
T
4 lines
53 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"
"
$i
"
;
done
;
Reference in New Issue
Copy Permalink