index
:
Scripts
master
Some scripts
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gshot
blob: 2908454dfcdfd48cc8b89cd342f9890c38eab58b (
plain
)
1
2
3
4
5
#!/bin/sh
file
=
$
(
scrot
-
s
-
e
'echo $f'
)
gimp
"$file"
fb
"$file"
rm
"$file"