mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +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/
|