Skip to content

Commit 5cc83db

Browse files
committed
adding local station_number
1 parent 49ba458 commit 5cc83db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shelldio.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ joker() {
255255

256256
local lines=0
257257
local stations="$all_stations"
258+
local station_number
258259
while IFS='' read -r line || [[ -n "$line" ]]; do
259260
lines=$((lines + 1))
260261
done <"$stations"

0 commit comments

Comments
 (0)