remove useless cd
This commit is contained in:
parent
562817b240
commit
12fdb62e53
@ -7,8 +7,6 @@ if [[ "${TRACE-0}" == "1" ]]; then
|
|||||||
set -o xtrace
|
set -o xtrace
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
|
|
||||||
LINES=$(wc -l < "$1")
|
LINES=$(wc -l < "$1")
|
||||||
COLUMNS=140
|
COLUMNS=140
|
||||||
mapfile -t -O 1 INPUT < "$1"
|
mapfile -t -O 1 INPUT < "$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user