repo.or.cz
/
archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[archive.git]
/
ASCHE_0
/
code
/
SH
/
uploadscr
blob
27f5867dd6140f6e5eac85198c1a11b1a6683a60
1
#!/bin/bash
2
3
img
=
"/tmp/scr.png"
4
5
if
[
"
$2
"
=
"-m"
];
then
6
import
-window
mplayer
$img
7
else
8
import
-window
root
$img
9
fi
10
11
xterm
-e
"/home/asche/bin/uploadimg
$1
$img
"
12
13
rm
$img