diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 12:56:14 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 13:24:41 -0700 |
commit | c2a1c49ab2042f559b28e840e54feb8494888e0e (patch) | |
tree | c6eb110b7c479499854eede9d0c3ab0a80c9a11a /doc/shot.sh | |
parent | 9340855597e7e465435c69b6278650346688da14 (diff) | |
download | efl-c2a1c49ab2042f559b28e840e54feb8494888e0e.tar.gz |
elementary: move all legacy files to their expected new location.
Diffstat (limited to 'doc/shot.sh')
-rwxr-xr-x | doc/shot.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/shot.sh b/doc/shot.sh new file mode 100755 index 0000000000..b67be7074c --- /dev/null +++ b/doc/shot.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +DIR=$1 +shift +FILE=$1 +shift + +export ELM_THEME=default +export ELM_SCALE=1.0 +export ELM_ENGINE=shot:delay=3:file=$DIR/$FILE +export ELM_DISPLAY=shot +export ILLUME_KBD=0,0,240,123 +export ILLUME_IND=0,0,240,32 +export ILLUME_STK=0,288,240,32 + +mkdir -p $DIR || true + +exec $@ |