mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-02-16 20:12:35 +01:00
4 lines
133 B
Bash
Executable file
4 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
CURRENT_UID=$(id -u):$(id -g)
|
|
docker run --rm -t --user ${CURRENT_UID} -v $(pwd):/FLEcli_data on4kjm/flecli:latest "$@"
|