Advertisement
askanton

Перетворюємо #chatgpt на операційну систему #ubuntu

Feb 9th, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. pwd
  2. mkdir test
  3. ls
  4. cd test
  5. ls
  6. touch test.txt
  7. ls
  8. echo "Hello ChatGPT" > test.txt
  9. cat test.txt
  10. touch script.py
  11. echo "L = [['some'], ['lists'], ['here']] " > script.py
  12. echo "print('The lists are:', *L, sep='\n')" >> script.py
  13. python3 script.py
  14. ping -c2 8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement