Compare commits

...

2 Commits

Author SHA1 Message Date
d3ff38642a ignore local rexx sqlite databases 2025-03-15 16:52:43 +00:00
c37f29da8f testing commit 2025-03-15 16:48:33 +00:00
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
__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()