-
Notifications
You must be signed in to change notification settings - Fork 0
/
bleePanelProc.sh
executable file
·63 lines (48 loc) · 1.89 KB
/
bleePanelProc.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!/bin/bash
####+BEGIN: bx:dblock:bash:top-of-file :vc "cvs" partof: "bystar" :copyleft "halaal+minimal"
####+END:
####+BEGIN: bx:dblock:lsip:bash:seed-spec :types "seedBleePanelProc.sh"
SEED="
* /[dblock]/ /Seed/ :: [[file:/opt/public/osmt/bin/seedBleePanelProc.sh]] |
"
FILE="
* /This File/ :: /bisos/panels/bxde-model/bleePanelProc.sh
"
if [ "${loadFiles}" == "" ] ; then
/opt/public/osmt/bin/seedBleePanelProc.sh -l $0 "$@"
exit $?
fi
####+END:
_CommentBegin_
* [[elisp:(org-cycle)][| ]] [[elisp:(blee:ppmm:org-mode-toggle)][Nat]] [[elisp:(beginning-of-buffer)][Top]] [[elisp:(delete-other-windows)][(1)]] || Cmnd :: examplesHookPostExample [[elisp:(org-cycle)][| ]]
_CommentEnd_
function examplesHookPost {
cat << _EOF_
$( examplesSeperatorTopLabel "EXTENSION EXAMPLES" )
_EOF_
# templatesEvolution
return
}
function templatesEvolution {
cat << _EOF_
$( examplesSeperatorSection "ftoProc.sh -- Templates Evolution" )
diff ./ftoProc.sh /libre/ByStar/InitialTemplates/update/fto/start/commonProc/anyFtoItem/ftoProcNode.sh
cp ./ftoProc.sh /libre/ByStar/InitialTemplates/update/fto/start/commonProc/anyFtoItem/ftoProcNode.sh
cp /libre/ByStar/InitialTemplates/update/fto/start/commonProc/anyFtoItem/ftoProcNode.sh ./ftoProc.sh
$( examplesSeperatorSection "commonPanel.org -- Templates Evolution" )
diff ./Panel.org /libre/ByStar/InitialTemplates/start/fto/commonProc/anyFtoItem/mainPanel.org
cp ./Panel.org /libre/ByStar/InitialTemplates/start/fto/commonProc/anyFtoItem/mainPanel.org
cp /libre/ByStar/InitialTemplates/start/fto/commonProc/anyFtoItem/mainPanel.org ./Panel.org
_EOF_
return
}
####+BEGIN: bx:dblock:bash:end-of-file :types ""
_CommentBegin_
* [[elisp:(org-cycle)][| ]] Common :: /[dblock] -- End-Of-File Controls/ [[elisp:(org-cycle)][| ]]
_CommentEnd_
#+STARTUP: showall
#local variables:
#major-mode: sh-mode
#fill-column: 90
# end:
####+END: