Skip to content

Commit

Permalink
REQREPLY-221: Undo change in script
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorobles2000 committed Nov 6, 2024
1 parent 7a783d2 commit 55f23c3
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

echo "$(dirname "$0")"
SCRIPT_DIR="$(pwd)"
echo "Script directory: $SCRIPT_DIR"


# cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
# /bin/python3 inventory_client.py $@
# rm -rf __pycache__
cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
/bin/python3 inventory_client.py $@
rm -rf __pycache__

0 comments on commit 55f23c3

Please sign in to comment.