6 lines
88 B
Bash
Executable file
6 lines
88 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
pushd gdn-app
|
|
pnpm tauri android dev --open
|
|
popd
|