8 lines
50 B
Bash
Executable file
8 lines
50 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
set -x
|
|
|
|
|
|
pipx install "$@" .
|