pluginizes every monero cli on every platform
This commit is contained in:
26
build.sh
Executable file
26
build.sh
Executable file
@ -0,0 +1,26 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
here=$(dirname $(readlink -f "$0"))
|
||||
cd "$here"
|
||||
echo "$here"
|
||||
|
||||
cd linux32 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd linux64 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd linuxarm7 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd linuxarm8 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd win64 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd win32 && ./build.sh
|
||||
cd $here
|
||||
|
||||
cd mac64 && ./build.sh
|
||||
cd $here
|
Reference in New Issue
Block a user