chore: add debug code

This commit is contained in:
Tunghsiao Liu 2021-07-06 04:43:36 -04:00
parent 0529121dcf
commit 5d32f913bd
No known key found for this signature in database
GPG Key ID: 1EC07B97513A7726

View File

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