Compare commits
2 Commits
989c858e80
...
d3ff38642a
Author | SHA1 | Date | |
---|---|---|---|
d3ff38642a | |||
c37f29da8f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
__pycache__/
|
||||
*.rdbx
|
||||
|
@ -4,10 +4,10 @@ call RxFuncAdd 'SysGethostname', 'rxunixsys', 'SysGethostname'
|
||||
call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname'
|
||||
*/
|
||||
If RxFuncQuery("SockDropFuncs") then
|
||||
do
|
||||
Do
|
||||
rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs")
|
||||
rc = SockLoadFuncs()
|
||||
end
|
||||
End
|
||||
|
||||
Say 'Hello, World!'
|
||||
Say "This PID : " || SysGetPid()
|
||||
|
Loading…
Reference in New Issue
Block a user