initial commit
This commit is contained in:
parent
d9207165db
commit
82c4bbf1b3
@ -5,8 +5,8 @@ POOL="devnoso"
|
|||||||
#POOL="leviable"
|
#POOL="leviable"
|
||||||
#POOL="russiapool"
|
#POOL="russiapool"
|
||||||
#POOL="CryptoCribRO"
|
#POOL="CryptoCribRO"
|
||||||
WALLET=""
|
WALLET="${W}"
|
||||||
CPU=
|
CPU=${CPU}
|
||||||
|
|
||||||
for wallet in ${WALLET:?Variable not set or is empty}; do
|
for wallet in ${WALLET:?Variable not set or is empty}; do
|
||||||
wallets+=" --wallet $wallet"
|
wallets+=" --wallet $wallet"
|
||||||
|
20
script.sh
20
script.sh
@ -13,6 +13,8 @@ noso_script="noso-go"
|
|||||||
noso_nano="noso-go.sh"
|
noso_nano="noso-go.sh"
|
||||||
|
|
||||||
WALLET="$1"
|
WALLET="$1"
|
||||||
|
var=$(echo $1)
|
||||||
|
|
||||||
CPU=4
|
CPU=4
|
||||||
|
|
||||||
# NOSO_DIR="~/noso/"
|
# NOSO_DIR="~/noso/"
|
||||||
@ -30,12 +32,14 @@ wget -q "$amd64_nano"
|
|||||||
chmod a+x noso-go*
|
chmod a+x noso-go*
|
||||||
|
|
||||||
|
|
||||||
variable=( '${WALLET}' '${CPU}' )
|
variable='variable_list'
|
||||||
|
|
||||||
text=$(cat $noso_nano)
|
# text=$(cat $noso_nano)
|
||||||
while read line
|
# while read line
|
||||||
do
|
# do
|
||||||
value=$(eval echo $line)
|
# value=$(eval echo $line)
|
||||||
text=$(sed "s/$line/$value/g" <<< "$text")
|
# text=$(sed "s/$line/$value/g" <<< "$text")
|
||||||
done < "$variable"
|
# done < "$variable"
|
||||||
echo "$text" > output.sh
|
# echo "$text" > output.sh
|
||||||
|
|
||||||
|
echo $variable
|
Loading…
x
Reference in New Issue
Block a user