-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathftoProc.sh
More file actions
executable file
·46 lines (37 loc) · 857 Bytes
/
ftoProc.sh
File metadata and controls
executable file
·46 lines (37 loc) · 857 Bytes
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
#!/bin/bash
####+BEGIN: bx:bsip:bash:seed-spec :types "seedFtoCommon.sh"
SEED="
* /[dblock]/ /Seed/ :: [[file:/bisos/core/bsip/bin/seedFtoCommon.sh]] |
"
FILE="
* /This File/ :: /l/pip/facter/ftoProc.sh
"
if [ "${loadFiles}" == "" ] ; then
/bisos/core/bsip/bin/seedFtoCommon.sh -l $0 "$@"
exit $?
fi
####+END:
seedExamplesType="pypi"
leavesExcludes=""
leavesOrdered=""
nodesExcludes=""
nodesOrdered=""
####+BEGIN: bx:dblock:pypi:bash:leavesList :types ""
leavesList="
py3
"
####+END:
####+BEGIN: bx:dblock:pypi:bash:nodesList :types ""
nodesList="
"
####+END:
####+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: