projects
/
framework
/
uifw
/
elementary.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
a start on an example of what i was thinking of for widget docs... eg
[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 $@