6 lines
77 B
Bash
Executable file
6 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.ca=Catalan
|
|
commit luci
|
|
EOF
|
|
|