diff options
author | James Meyer <james.meyer@operamail.com> | 2012-05-15 15:49:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-05-15 15:49:53 (GMT) |
commit | 9fe477eab6402710396831974c34b491b9b2ca6e (patch) | |
tree | a2786e9c175f3d08df9451a586e34f3d59f9d47c /abs/core/LinHES-system/LinHES-run | |
parent | ff1c4b05fb75ba9372176b0237bf69cc76498412 (diff) | |
download | linhes_pkgbuild-9fe477eab6402710396831974c34b491b9b2ca6e.zip linhes_pkgbuild-9fe477eab6402710396831974c34b491b9b2ca6e.tar.gz linhes_pkgbuild-9fe477eab6402710396831974c34b491b9b2ca6e.tar.bz2 |
LinHES-system: add warning about LinHES-run and it's pending removal
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index 64fb2bc..2c53337 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -1,4 +1,10 @@ #!/bin/sh +################################################################ +# 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 & } |