You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
237 B
Bash

4 years ago
#!/bin/bash
if cat ~/ardupilot/Tools/autotest/locations.txt | grep "Viridian=32.794229,-97.094320,143,0"
then
echo "location exist already"
else
echo "Viridian=32.794229,-97.094320,143,0" >> ~/ardupilot/Tools/autotest/locations.txt
fi