6 righe
87 B
Bash
File eseguibile
6 righe
87 B
Bash
File eseguibile
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.fr='Francais'
|
|
commit luci
|
|
EOF
|
|
|