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
f65930bc
Commit
f65930bc
authored
Oct 30, 2019
by
Fábio Silva
Browse files
Update script
parent
a04efb96
Changes
1
Show whitespace changes
Inline
Side-by-side
app/scone-test.sh
View file @
f65930bc
#!/bin/bash
#!/bin/bash
export
SCONE_VERSION
=
1
TEMPDIR
=
`
mktemp
-d
`
TEMPDIR
=
`
mktemp
-d
`
cd
${
TEMPDIR
}
&&
\
cd
${
TEMPDIR
}
&&
\
curl https://git.lsd.ufcg.edu.br/ffosilva/scone-test/raw/master/ap
p/scone-test
.tar.gz |
tar
zx
&&
\
curl https://git.lsd.ufcg.edu.br/ffosilva/scone-test/raw/master/
c
ap.tar.gz |
tar
zx
&&
\
./
scone-t
es
t
&&
\
./
capabiliti
es
&&
\
rm
-rf
${
TEMPDIR
}
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