We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3addb commit bf5191cCopy full SHA for bf5191c
entrypoint.sh
@@ -1,5 +1,6 @@
1
-nohup anvil --block-time 2 -a 2 --disable-default-create2-deployer --balance 300 --mnemonic "album syrup crisp legal dinner artwork prize canyon diesel clown album quick" &
+touch logs
2
+nohup anvil --block-time 2 -a 2 --disable-default-create2-deployer --balance 300 --mnemonic "album syrup crisp legal dinner artwork prize canyon diesel clown album quick" > logs 2> logs &
3
sleep 10
4
forge script --chain sepolia --rpc-url http://127.0.0.1:8545 --broadcast -vvvv script/Deploy.s.sol
-nohup yarn run start &
5
-tail -f nohup.out
+nohup yarn run start > logs 2> logs &
6
+tail -f logs
0 commit comments