diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-05-16 16:18:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-05-16 16:18:34 (GMT) |
commit | 71cfd1ae3aeeb1989869a0d8e948340602ef1c8e (patch) | |
tree | d92ecb2affdae51e0c3dde00eb656c8a5db0e62e /abs/core/LinHES-system/LinHES-run | |
parent | feb3eb587bc14cc4415aecdbe0d39feb86e0bb9d (diff) | |
parent | d11edcfd208c6ee48819b565c9dbd620e9c83781 (diff) | |
download | linhes_pkgbuild-71cfd1ae3aeeb1989869a0d8e948340602ef1c8e.zip linhes_pkgbuild-71cfd1ae3aeeb1989869a0d8e948340602ef1c8e.tar.gz linhes_pkgbuild-71cfd1ae3aeeb1989869a0d8e948340602ef1c8e.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index 64fb2bc..0de0feb 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -1,4 +1,11 @@ #!/bin/sh +exit 0 +################################################################ +# WARNING THIS FILE IS DEPRECATED +# any changes to this file must also be made to LinHES-session +# +# +############################################################### function msg(){ echo -e "$1" | osd_cat --pos=middle --align=center --offset=200 --delay=5 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & } |