Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Villemot
website
Commits
73a3fdcc
Verified
Commit
73a3fdcc
authored
Sep 4, 2019
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Fix directory management mistake in previous commit
parent
c72f7f8a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup-download-links.sh
+6
-4
6 additions, 4 deletions
setup-download-links.sh
with
6 additions
and
4 deletions
setup-download-links.sh
+
6
−
4
View file @
73a3fdcc
...
@@ -2,10 +2,12 @@
...
@@ -2,10 +2,12 @@
set
-e
set
-e
cd
assets
for
branch
in
release snapshot
for
branch
in
release snapshot
do
do
mkdir
-p
"
assets/
$branch
"
mkdir
-p
"
$branch
"
cd
"
assets/
$branch
"
cd
"
$branch
"
wget
--no-verbose
"https://www.dynare.org/
$branch
/macosx.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/macosx.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/source.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/source.json"
...
@@ -30,8 +32,8 @@ do
...
@@ -30,8 +32,8 @@ do
echo
"
$filename
$timestamp
"
echo
"
$filename
$timestamp
"
touch -amt
"
$timestamp
"
"
$filename
"
touch -amt
"
$timestamp
"
"
$filename
"
done
done
cd
-
cd
..
done
done
rm -- *.json
rm -- *.json
cd
-
cd
..
done
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment