all repos

dotfiles @ 2a3bfaa82c2d013be664faa3faecfeb913e2e3d3

my dotfiles

scripts/sceenshot.sh (view raw)

1
2
3
4
5
6
7
8
9
#!/bin/sh
fileDate=`date +%Y-%m-%d-%H-%M-%S`
machineName=`hostname`
fileName=".png"
FILENAME=$fileDate"-"$machineName$fileName
SHORT=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 7 | head -n 1)
FILENAMESHORT=$fileDate$fileName

import $FILENAMESHORT