Compare commits

..

No commits in common. "d3ff38642a0a76a61dbacda0942c5d822590068c" and "989c858e808075868df0aa1dfafc1256f0dc3eec" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
__pycache__/
*.rdbx

View File

@ -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()