4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PATH=$HOME/.local/bin/:$PATH
|
|
pipenv run python matrix.py "richard|yingfen|kaylee"
|