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
Kernel: Linux 6.2.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 03 Mar 2023 15:58:31 +0000 x86_64
#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;
}