mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p /data/android
|
|
|
|
exec /app/bin/nxapi.js --data-path /data "$@"
|