Skip to content

Commit

Permalink
Remove interpreter directives from lib files.
Browse files Browse the repository at this point in the history
These are unnecessary because library files are not supposed to be executed.
  • Loading branch information
Evildoor committed May 22, 2019
1 parent 760db2f commit b8d412f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Utils/Dataflow/shell_lib/eop_filter
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash

# EOP filter (required due to the unconfigurable EOP marker in pyDKB)
eop_filter() {
sed -e"s/\\x00//g"
Expand Down
2 changes: 0 additions & 2 deletions Utils/Dataflow/shell_lib/get_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash

get_config_lib=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
source $get_config_lib/log

Expand Down
2 changes: 0 additions & 2 deletions Utils/Dataflow/shell_lib/log
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash

log() {
level=INFO
[ $# -eq 2 ] && level="$1" && shift
Expand Down

0 comments on commit b8d412f

Please sign in to comment.