This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Add an error message if number of arguments is incorrect
download-server-ytdl-org
Philipp Hagemeister
12 years ago
parent
0669b923c0
commit
c052029267
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
update_latest.sh
+ 5
- 0
update_latest.sh
View File
@ -3,6 +3,11 @@ set -e
version
=
"
$1
"
if
[
-z
"
$version
"
]
;
then
echo
"
Usage:
$0
version
"
exit
1
fi
ln -sf ../downloads/
$version
latest/directory
for
f in
$(
ls
"
downloads/
$version
/
"
)
;
do
\
ln -sf
"
../downloads/
$version
/
$f
"
latest/
$(
echo
$f
|
sed -e
"
s@-
$version
@@
"
)
Write
Preview
Loading…
Cancel
Save