atd gitignore

This commit is contained in:
Tenzing Kandang 2025-10-30 15:00:17 +01:00
parent 50e850a672
commit 68ee9d3b5a
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.file
*.cmd

5
grabber.sh Normal file → Executable file
View File

@ -1 +1,4 @@
echo "Bonjour $USER" cat /etc/passwd > passwd.file
cat /etc/group > group.file
lspci -nn > lspci.cmd
lsusb > lsusb.cmd