7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
leftoff=81
|
|
|
|
# Look for current read in either .bashrc or .zshrc
|
|
|
|
gobble mupdf -I -r 204 "${CURRENT_READ}" "${leftoff}"
|