Naposledy aktivní 2 days ago

Convert ETS2 DLC names into their respective command line flags.

zeeky revidoval tento gist 2 days ago. Přejít na revizi

Žádné změny

zeeky revidoval tento gist 2 days ago. Přejít na revizi

1 file changed, 3 insertions

get-dlcflags.ps1(vytvořil soubor)

@@ -0,0 +1,3 @@
1 + Get-ChildItem -Name dlc_* | ForEach-Object {
2 + $_.Replace("dlc_", "eut2_").Replace(".scs", "")
3 + }
Novější Starší