Files
mop3/etc/init.cmd
kamkow1 fbf067d418
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m6s
Build documentation / build-and-deploy (push) Successful in 1m18s
Parse commandline strings, move away from old env vars
2026-04-28 22:45:31 +02:00

19 lines
232 B
Batchfile

echo "Terminal information: "
terminfo
echo "\n"
echo "Starting USB poller...\n"
sys:/usb -poll &
echo "\n"
stall 2000
echo "Available devices:\n"
sys:/devices -list-all
echo "\n"
echo "Running processes:\n"
procinfo
echo "\n"