mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
if [ "${1%?}" = "usb" ]; then
|
|
/sbin/setupimmnic
|
|
fi
|
|
exit 0
|