1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-07 16:32:46 +01:00
FLEcli/test/docker-FLEcli.sh
Eric Codes 68754a82b1
Add support for POTA hunters
POTA references in non-POTA logs are supported by the canonical FLE
app. This patch enables that functionality in FLEcli

Branch: support-pota-hunters
2024-10-30 20:15:03 -04:00

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 "$@"