Skip to content

Commit

Permalink
updating shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed May 31, 2015
1 parent bf455cb commit df8d0ee
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion call.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
root=`dirname "$0"`
venv="${root}/.venv"
venv_activate="${venv}/bin/activate"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion full_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-02-27 10:39

Expand Down
2 changes: 1 addition & 1 deletion open_url.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-02-17 14:26

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-02-16 09:00

Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-02-16 14:00

Expand Down
2 changes: 1 addition & 1 deletion test/local.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-05-13 11:11

Expand Down
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# @author Joschi <[email protected]>
# created 2015-04-26 23:11

Expand Down

0 comments on commit df8d0ee

Please sign in to comment.