bin/broken-screenshot @ dcbf704290a1

The cleanup continues
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 21:53:25 -0500
parents bin/fucked-screenshot@72582740f458
children (none)
#!/usr/bin/env bash

set -euo pipefail

ls -1 ~/screenshots/*.png | sort -nr | head -1 | xargs cp -t ~/Dropbox/fucked-screenshots/
echom "shit's fucked again"