mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 17:25:02 +00:00
6 lines
57 B
Bash
6 lines
57 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ./gen_common.sh
|
||
|
|
||
|
ARCH=`uname -m`
|
||
|
gen $ARCH
|