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