mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-24 12:39:37 +00:00
7 lines
No EOL
233 B
Bash
Executable file
7 lines
No EOL
233 B
Bash
Executable file
#!/bin/bash
|
|
# This (wrapper) script should be run in wsl with installed (windows "side") flutter
|
|
# and available cmd.exe in PATH
|
|
# Assume that we are in scripts/windows dir
|
|
CW_ROOT=`pwd`/../..
|
|
cd $CW_ROOT
|
|
cmd.exe /c cakewallet.bat $1 |