parser: allow node args

This commit is contained in:
k
2024-07-10 20:51:03 +02:00
parent 4a82ee0b05
commit 2308fa173a
4 changed files with 22 additions and 15 deletions
+1 -2
View File
@@ -23,5 +23,4 @@ if [ "$(uname)" == "Darwin" ]; then
tmutil thinlocalsnapshots / &> /dev/null
fi
# Update path
cargo run -r -- "$HOME/Developer/bitcoin"
eval $(echo "cargo run -r -- $(cat node.args)")