aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-28 10:55:34 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-28 10:55:34 +0200
commit1e713de9e5013c91495e0428179947f0764409a8 (patch)
tree177fa05ce16114f2c84d564a139ee0662c1c2d82 /src/main.py
parent4a6fb4b3f1f7209f8d56cd18fdf59860c98dc884 (diff)
downloadminishell_test-1e713de9e5013c91495e0428179947f0764409a8.tar.gz
minishell_test-1e713de9e5013c91495e0428179947f0764409a8.tar.bz2
minishell_test-1e713de9e5013c91495e0428179947f0764409a8.zip
Fixing some setup commands in order to work on mac
Diffstat (limited to 'src/main.py')
-rwxr-xr-xsrc/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index 8efb43c..fcb228f 100755
--- a/src/main.py
+++ b/src/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# ############################################################################ #
# #