Files
rocky-dev-container/entrypoint.sh
Stephen Simpson 2a0066441b first commit
2025-04-29 10:31:19 -07:00

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