Skip to content

Commit dfed12c

Browse files
committed
usage instructions added
1 parent 148b7ae commit dfed12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

findFunc.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#pass three args db with functions, the path of the sorce code and the output path
44

5+
#usage: ./findFunc.sh list/of/functions.txt /path/source/code/ /output/path
6+
57
input=$1 #file with the list of functions
68
sourceCodePATH=$2 #locate of the source code
79
output=$3 # output path

0 commit comments

Comments
 (0)