Skip to content

Instantly share code, notes, and snippets.

View MatthieuLeboeuf's full-sized avatar

Matthieu Leboeuf MatthieuLeboeuf

View GitHub Profile
#!/bin/sh
UUID=$(cat /proc/sys/kernel/random/uuid)
touch /tmp/$UUID
tmp="/tmp/$UUID"
#gnome-screenshot -a -f $tmp
spectacle -rbn -o $tmp
size=$(wc -c < "$tmp")