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
ae6f4e5ecee752bffc9d19d5e162c84aa070ad37
my_scripts
/
bash
/
collect.sh
T
10 lines
84 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
export
IFS
=
$'\n'
;
for
i
;
do
for
j in
$(
cat
"
$i
"
)
;
do
cp
"
$j
"
.
done
;
done
;
Reference in New Issue
Copy Permalink