Advertisement
virtualm

teszt_futtato.sh

Apr 20th, 2021
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. #
  3. # célja : a python alkalmazás automatikus inditása
  4. #
  5. # a munka mappa helye : cd /home/pi/repos/mobil_files/
  6. #
  7. # python program futtatása, a teszt.py inicializál és csak enterre vár
  8. #
  9. cd /home/pi/repos/mobil_files/
  10. python3 teszt.py
  11. #
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement