Skip to content

Commit 6a37beb

Browse files
committed
Add bash shebang to install.sh and uninstall.sh scripts
1 parent ec7beb5 commit 6a37beb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
_src_dir="${PWD}/src/venv-cli"
23
_install_dir="/usr/local/share/venv"
34

src/venv-cli/uninstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
_venv_dir="/usr/local/share/venv"
23

34
set -e

0 commit comments

Comments
 (0)