mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
cd ~/NewCoin
|
|
git pull
|
|
scons -j 2
|
|
cp -p newcoind bin/
|