add: use shell to set env

This commit is contained in:
kuoi 2023-04-14 02:03:22 +08:00
parent 82b82d9e1d
commit 5e8a7a2520
9 changed files with 18 additions and 0 deletions

2
shell/bap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPBAP=/usr/share/staden-lg/help/dap_help BAPHELP=/usr/share/staden-lg/help/BAP.HLP BAPHPNT=/usr/share/staden-lg/help/BAP.PNT BAPMARG=/usr/share/staden-lg/help/BAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/bap

2
shell/dap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPDAP=/usr/share/staden-lg/help/dap_help DAPHELP=/usr/share/staden-lg/help/DAP.HLP DAPHPNT=/usr/share/staden-lg/help/DAP.PNT DAPMARG=/usr/share/staden-lg/help/DAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/dap

2
shell/mep Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPMEP=/usr/share/staden-lg/help/dap_help MEPHELP=/usr/share/staden-lg/help/MEP.HLP MEPHPNT=/usr/share/staden-lg/help/MEP.PNT MEPMARG=/usr/share/staden-lg/help/MEP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/mep

2
shell/nipf Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPNIP=/usr/share/staden-lg/help/dap_help NIPHELP=/usr/share/staden-lg/help/NIP.HLP NIPHPNT=/usr/share/staden-lg/help/NIP.PNT NIPMARG=/usr/share/staden-lg/help/NIP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/nipf

2
shell/sap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPSAP=/usr/share/staden-lg/help/dap_help SAPHELP=/usr/share/staden-lg/help/SAP.HLP SAPHPNT=/usr/share/staden-lg/help/SAP.PNT SAPMARG=/usr/share/staden-lg/help/SAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/sap

2
shell/xbap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPBAP=/usr/share/staden-lg/help/dap_help BAPHELP=/usr/share/staden-lg/help/BAP.HLP BAPHPNT=/usr/share/staden-lg/help/BAP.PNT BAPMARG=/usr/share/staden-lg/help/BAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/xbap

2
shell/xdap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPDAP=/usr/share/staden-lg/help/dap_help DAPHELP=/usr/share/staden-lg/help/DAP.HLP DAPHPNT=/usr/share/staden-lg/help/DAP.PNT DAPMARG=/usr/share/staden-lg/help/DAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/xdap

2
shell/xmep Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPMEP=/usr/share/staden-lg/help/dap_help MEPHELP=/usr/share/staden-lg/help/MEP.HLP MEPHPNT=/usr/share/staden-lg/help/MEP.PNT MEPMARG=/usr/share/staden-lg/help/MEP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/xmep

2
shell/xsap Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
env STADTABL=/usr/share/staden-lg/tables STADUSER=/usr/share/staden-lg/userdata STADHELP=/usr/share/staden-lg/help HELPSAP=/usr/share/staden-lg/help/dap_help SAPHELP=/usr/share/staden-lg/help/SAP.HLP SAPHPNT=/usr/share/staden-lg/help/SAP.PNT SAPMARG=/usr/share/staden-lg/help/SAP.MRG TAGDB=/usr/share/staden-lg/tables/TAGDB /usr/share/staden-lg/bin/xsap