Skip to content

Commit 6c679af

Browse files
committed
Add shebang for source command safety
1 parent f347462 commit 6c679af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
# Create venv if not already present
24
if [ ! -d "venv" ]; then
35
python3 -m venv venv

0 commit comments

Comments
 (0)