Skip to content

Commit

Permalink
Added missing commands to entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dullien committed Dec 17, 2018
1 parent 33cdf1d commit 7208a7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entrypoint.sh
Expand Up @@ -40,9 +40,15 @@ case "$1" in
matchfunctionsfromindex)
/code/functionsimsearch/bin/matchfunctionsfromindex "${@:2}";
;;
queryindexforhash)
/code/functionsimsearch/bin/queryindexforhash "${@:2}";
;;
trainsimhashweights)
/code/functionsimsearch/bin/trainsimhashweights "${@:2}";
;;
visualizeflowgraphs)
/code/functionsimsearch/bin/visualizeflowgraphs "${@:2}";
;;
*)
echo "Unsupported command: $1";
;;
Expand Down

0 comments on commit 7208a7f

Please sign in to comment.