Skip to content

Commit

Permalink
Add a very simple batch and Shell scripts to run column discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
armenak committed Sep 15, 2016
1 parent ea21372 commit 65d04e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample_projects/database_discovery/ColumnDiscovery.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp "DataAnonymizer.jar;sqljdbc4.jar" com.strider.dataanonymizer.Discoverer -c
java -jar DataDefender.jar database-discovery -c
1 change: 1 addition & 0 deletions sample_projects/database_discovery/ColumnDiscovery.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar DataDefender.jar database-discovery -c

0 comments on commit 65d04e4

Please sign in to comment.