Skip to content

Commit 84b3adf

Browse files
committed
all test.sh / renamed ->
1 parent ad57f06 commit 84b3adf

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

days/day-07/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-08/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-09/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-10/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-11/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-12/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-13/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-14/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-15/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

days/day-16/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DIR=$(dirname $(realpath $0))
4+
D=$(dirname $(realpath $0))
55

66

77

8-
echo "$DIR / --- Empty --- ❌";
8+
echo "$D / --- Empty --- ❌";
99
exit 1337;

0 commit comments

Comments
 (0)