root/OpenCV_Object_Tracking-commit.sh

Revision 5, 209 bytes (checked in by spoc, 3 years ago)

Branch

  • Property svn:executable set to *
Line 
1#!/bin/sh
2echo -n "Enter Comment: "
3read comment
4echo -n "Enter Password: "
5read password
6svn add --force *
7svn commit -m "$comment" --username spoc --password $password
8echo ""
9echo "done. Press Enter."
10read
Note: See TracBrowser for help on using the browser.