fix(calc): correct env shebang path
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/env/bin bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
ipython -i /home/h/.bin/calc.py
|
ipython -i /home/h/.bin/calc.py
|
||||||
|
|||||||
Reference in New Issue
Block a user