mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-02 08:16:42 +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/
|