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
Script to update the latest/ directory (
#925
)
download-server-ytdl-org
Philipp Hagemeister
12 years ago
parent
8005b349a4
commit
110c975154
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
update_latest.sh
+ 9
- 0
update_latest.sh
View File
@ -0,0 +1,9 @@
#/bins/sh
set
-e
version
=
"
$1
"
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
@@
"
)
done
Write
Preview
Loading…
Cancel
Save