root/OpenCV_Object_Tracking-commit.sh~

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

Branch

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