9 lines
114 B
Bash
Executable File
9 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /
|
|
cd home/pythonscripts
|
|
sudo python gpsscript.py
|
|
cd /
|
|
|
|
#python /home/pythonscripts/gpsscript.py &
|