mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-27 06:10:38 +01:00
Script to update the latest/ directory (#925)
This commit is contained in:
parent
8005b349a4
commit
110c975154
9
update_latest.sh
Executable file
9
update_latest.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user