mirror of
https://github.com/mii443/sindan-client.git
synced 2025-08-22 16:25:41 +00:00
remove jsonfile.
change running codepage (432 -> 437).
This commit is contained in:
@ -4,7 +4,7 @@ function read_conf($filename)
|
||||
{
|
||||
$lines = get-content $filename
|
||||
foreach($line in $lines){
|
||||
# コメントと空行を除外する
|
||||
# Remove comments and blank lines.
|
||||
if($line -match "^$"){ continue }
|
||||
if($line -match "^\s*;"){ continue }
|
||||
|
||||
|
Reference in New Issue
Block a user