[SVN Migration r61148]
[framework/uifw/elementary.git] / doc / shot.sh
1 #!/bin/sh
2
3 DIR=$1
4 shift
5 FILE=$1
6 shift
7
8 export ELM_THEME=default
9 export ELM_SCALE=1.0
10 export ELM_ENGINE=shot:delay=0.5:file=$DIR/$FILE
11
12 mkdir -p $DIR || true
13
14 exec $@