fix ranked viewer
This commit is contained in:
parent
6fb3897353
commit
e7b3f8d4ee
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cat "$1" | cut -f 5 | sxiv -i -t
|
cd "$1" && cat ranked.txt | cut -f 5 | sxiv -i -t
|
||||||
|
|
Loading…
Reference in New Issue