first commit

This commit is contained in:
Stephen Simpson
2025-04-29 10:31:19 -07:00
commit 2a0066441b
4 changed files with 79 additions and 0 deletions

7
entrypoint.sh Normal file
View File

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