mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin/dao: execute run_demo regardless of pwd
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
dao="../../../dao"
|
||||
dao="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && cd ../../.. && pwd )/dao"
|
||||
|
||||
$dao create 110 110 1 2
|
||||
addr=$($dao addr | cut -d " " -f 4)
|
||||
|
||||
Reference in New Issue
Block a user