diff options
author | Philipp Hagemeister <[email protected]> | 2013-06-25 20:54:43 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2013-06-25 20:54:43 +0200 |
commit | c74d3d5d8051bd432570aa6e534a39870adcc5ef (patch) | |
tree | 52677cfa325313ba23009ee973e07b60f23e9037 | |
parent | c20b2894ff596d9dd85d4d22c9b52742f5714889 (diff) | |
download | youtube-dl-c74d3d5d8051bd432570aa6e534a39870adcc5ef.tar.gz youtube-dl-c74d3d5d8051bd432570aa6e534a39870adcc5ef.zip |
echo latest version, too
-rwxr-xr-x | update_latest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update_latest.sh b/update_latest.sh index 447f171c2..355a22a6d 100755 --- a/update_latest.sh +++ b/update_latest.sh @@ -14,3 +14,5 @@ ln -sf --no-target-directory ../downloads/$version latest/directory for f in $(ls "downloads/$version/"); do \ ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@") done +echo -n "$version" > latest/version + |