cake_wallet/scripts/windows/cakewallet.sh

7 lines
233 B
Bash
Raw Normal View History

2024-05-07 14:49:23 +00:00
#!/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