mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
cp -r software/ros_packages/ground_station/src/Resources/Maps ~/Maps_Backup
|
|
git reset --hard
|
|
git clean -fdx
|
|
git pull
|
|
cp -r ~/Maps_Backup software/ros_packages/ground_station/src/Resources/Maps
|