Advertisement
roujl

Lucien.sh

Dec 12th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. if [ -f "mat.txt" ]; then
  3. rm mat.txt
  4. fi
  5. echo "Analyse du Pc"
  6. sudo inxi -F > mat.txt
  7. sleep 5
  8. echo "Lancement de Libre Office"
  9. libreoffice --calc ordinateur.ods
  10. rm mat.txt
  11. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement