fix ranked viewer

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-11-01 07:45:12 +01:00
parent 6fb3897353
commit e7b3f8d4ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
cat "$1" | cut -f 5 | sxiv -i -t
cd "$1" && cat ranked.txt | cut -f 5 | sxiv -i -t