Skip to content

Instantly share code, notes, and snippets.

View TornaxO7's full-sized avatar
๐Ÿ˜

TornaxO7 TornaxO7

๐Ÿ˜
View GitHub Profile
@TornaxO7
TornaxO7 / steam-1237950.log
Created March 6, 2023 12:07
Arch Linux Steam after starting Star Wars Battlefront 2
This file has been truncated, but you can view the full file.
======================
Proton: 1675326504 proton-7.0-6e
SteamGameId: 1237950
Command: ['link2ea://launchgame/1237950?platform=steam&theme=swbfii']
Options: {'forcelgadd'}
depot: 0.20230222.42118
pressure-vessel: 0.20230220.0 scout
scripts: 0.20230220.0
soldier: 0.20230222.42118 soldier 0.20230222.42118
#include <stdio.h>
#include <stdlib.h>
int main() {
int num;
char test;
while (fscanf(stdin, " %c%d", &test, &num) == 2)
printf("%c, %d\n", test, num);
return 1;
}