chore: remove debug commands

This commit is contained in:
Tunghsiao Liu 2021-07-06 05:21:47 -04:00
parent 77bb9c27f4
commit 7bc83e6f4c
No known key found for this signature in database
GPG Key ID: 1EC07B97513A7726

View File

@ -3,9 +3,6 @@
cd /root
ls -lah
ls -lah src
# `$*` expands the `args` supplied in an `array` individually
# or splits `args` in a string separated by whitespace.
sh -c "pipenv run python -m src.index $*"