Skip to content
Snippets Groups Projects
Commit 5f6dd376 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Patches from Mariano Absatz

parent cb3dd8a8
No related branches found
No related tags found
No related merge requests found
......@@ -52,10 +52,10 @@ EOT
if [ ` wc -l < out1 ` = 2 -a `tail -1 < out1` = "true" ]
then
addr=` head -1 < out1 `
mkdir network5445/contracts
mkdir -p network5445/contracts
mv ${workdir} network5445/contracts/${addr}
echo Your new contract can be found in contracts/${addr}
ln -sf ${addr} network5445/contracts/${contractname}
ln -snf ${addr} network5445/contracts/${contractname}
else
cat g1.js
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment