My first script

This commit is contained in:
Tenzing Kandang 2025-10-30 16:23:25 +01:00
parent 68ee9d3b5a
commit d0a1b543c9

View File

@ -2,3 +2,4 @@ cat /etc/passwd > passwd.file
cat /etc/group > group.file
lspci -nn > lspci.cmd
lsusb > lsusb.cmd
sudo apt list --installed > apt.cmd