We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148b7ae commit dfed12cCopy full SHA for dfed12c
findFunc.sh
@@ -2,6 +2,8 @@
2
3
#pass three args db with functions, the path of the sorce code and the output path
4
5
+#usage: ./findFunc.sh list/of/functions.txt /path/source/code/ /output/path
6
+
7
input=$1 #file with the list of functions
8
sourceCodePATH=$2 #locate of the source code
9
output=$3 # output path
0 commit comments