2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00
2024-05-07 16:31:30 +02:00

6 lines
71 B
Bash
Executable File

#!/bin/bash
if [ "${1%?}" = "usb" ]; then
/sbin/setupimmnic
fi
exit 0