Add entry to snapscraft yaml; cleanup bash header

This commit is contained in:
Tyera Eulberg
2018-06-27 08:40:22 -06:00
committed by Greg Fitzgerald
parent a167d0d331
commit 6dac87f2a7
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# usage: $0 <rsync network path to solana repo on leader machine> <number of nodes in the network???>" # usage: $0 <rsync network path to solana repo on leader machine>"
# #
here=$(dirname "$0") here=$(dirname "$0")

View File

@ -47,6 +47,8 @@ apps:
command: solana-mint-demo command: solana-mint-demo
client-demo: client-demo:
command: solana-client-demo command: solana-client-demo
simple-client-demo:
command: solana-simple-client-demo
daemon-validator: daemon-validator:
daemon: simple daemon: simple