Skip to content

Commit bc05861

Browse files
Make all scripts discoverable by bash.
1 parent 9d97005 commit bc05861

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

objectbox/tool/valgrind.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
# Note: when you see the process seemingly stuck after printing "All tests passed!", it's because `dart compile exe`

tool/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
# Optional script to simplify the initial setup: run this script to pub-get all packages and generate code.

tool/plugin-update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
# Begins an update of flutter plugins - you need to manually review the changes and commit what's necessary.

tool/pubdev-links.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
echo "Setting pub.dev specific links"

tool/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
# NOTE: This script requires version 3 of yq.

tool/release-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
if [[ "$#" -ne "1" ]]; then

tool/set-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
. "$(dirname "$0")"/common.sh
23

34
if [[ "$#" -ne "1" ]]; then

0 commit comments

Comments
 (0)