Advertisement
melzneni

Turti gps host

Aug 15th, 2023 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1.  
  2. main:{
  3. x,y,z=splitText(input("pos"),",");
  4. while(true){
  5. shellRun("gps","host",x,y,z);
  6. };
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement