ragps/gps_init.sh

6 lines
67 B
Bash
Executable File

#!/bin/sh
for i in /tmp/gps*; do
nohup /home/pi/gps_raw.sh &
done