mirror of
https://dev.iopsys.eu/iopsys/iopsyswrt.git
synced 2026-01-14 20:45:22 +00:00
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
function genconfig {
|
|
./scripts/gen_config.py "$@"
|
|
}
|
|
register_command "genconfig" "Generate configuration for board and customer"
|