From f9480b5440d168579f0c7c993770b87c83124866 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 20 Apr 2021 14:25:17 -0400 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11622b4..e206265 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Copy and past into `CMD` curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1; Powershell.exe -command "cd $env:userprofile; AppData\Local\Temp\sysinfo.ps1 -write_output" - +exit del %userprofile%\AppData\Local\Temp\sysinfo.ps1 ``` From b04b3582002e232426e8ad7564b190c6566b1a00 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 20 Apr 2021 14:26:42 -0400 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e206265..11622b4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Copy and past into `CMD` curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1; Powershell.exe -command "cd $env:userprofile; AppData\Local\Temp\sysinfo.ps1 -write_output" -exit + del %userprofile%\AppData\Local\Temp\sysinfo.ps1 ``` From 8add6aef1cda4b9f15a5420aaafb2641d0863273 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 20 Apr 2021 21:22:45 -0400 Subject: [PATCH 3/3] Delete '.gitignore' --- .gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ac3d797..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -README.md.backup -sp.ps1 -.gitignore \ No newline at end of file