Files
speedtest-cli-container/entrypoint.sh

7 lines
154 B
Bash

#!/bin/sh
# Set terminal type
export TERM=xterm-256color
# Run xsos with all arguments passed to the container
/usr/bin/speedtest --accept-license "$@"