FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 10872633 authored by L. Bower's avatar L. Bower
Browse files

adding hash bang line

parent 98c2cf4c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
#!/bin/bash
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"
......@@ -12,4 +13,3 @@ exit_code=$?
teardown_conda_env
exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment