#!/bin/bash

FILE="/home/bennett/screenshots/$(ls --sort time /home/bennett/screenshots | head -1)" 

open-image "$FILE"
