root/OpenCV_Object_Tracking-commit.sh~
| Revision 5, 220 bytes (checked in by spoc, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | echo -n "Enter Comment: " |
| 3 | read comment |
| 4 | echo -n "Enter Password: " |
| 5 | read password |
| 6 | svn add --depth infinity ./* |
| 7 | svn commit -m "$comment" --username spoc --password $password |
| 8 | echo "" |
| 9 | echo "done. Press Enter." |
| 10 | read |
Note: See TracBrowser
for help on using the browser.