add systeminfo.exe output

This commit is contained in:
Dax T. Games
2020-09-12 06:10:41 -04:00
parent 6458199812
commit 4378741aad
3 changed files with 18 additions and 0 deletions

View File

@ -31,7 +31,13 @@ echo ''
echo ------------------------------------
echo which git
echo ------------------------------------
which git
echo ''
echo ------------------------------------
echo systeminfo
echo ------------------------------------
systeminfo
echo ''
echo ------------------------------------