Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fábio Silva
scone-test
Commits
6b6fa0b5
Commit
6b6fa0b5
authored
Oct 30, 2019
by
Fábio Silva
Browse files
Update script
parent
a445d393
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/scone-test.sh
View file @
6b6fa0b5
#!/bin/bash
export
SCONE_VERSION
=
1
curl https://git.lsd.ufcg.edu.br/ffosilva/scone-test/raw/master/app/scone-test.tar.gz |
tar
zx
&&
./scone-test
&&
rm
scone-test
TEMPDIR
=
`
mktemp
-d
`
cd
${
TEMPDIR
}
&&
\
curl https://git.lsd.ufcg.edu.br/ffosilva/scone-test/raw/master/app/scone-test.tar.gz |
tar
zx
&&
\
./scone-test
&&
\
rm
-rf
${
TEMPDIR
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment