mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-02-07 16:32:46 +01:00
68754a82b1
POTA references in non-POTA logs are supported by the canonical FLE app. This patch enables that functionality in FLEcli Branch: support-pota-hunters
4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
CURRENT_UID=$(id -u):$(id -g)
|
|
docker run --rm -t --user ${CURRENT_UID} -v "$(pwd)":/FLEcli_data on4kjm/flecli:latest "$@"
|