chore: add debug code

This commit is contained in:
Tunghsiao Liu
2021-07-06 04:43:36 -04:00
parent 0529121dcf
commit 5d32f913bd

View File

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