rdcm

Results 3 issues of rdcm

Hi! I'm very new for build native C/C++ sources but i have little part for my C# lib written in C and need automate build process. I want use osxcross...

Where i can find all possible event types list? In all samples, event types specified with "dot notation", like this: ``` workitem.created workitem.updated ... ``` This endpoint not return any...

This section of code copy all `.map` files from home directory `~/` to `/tmp` folder. ``` local mapFiles=`find -name *.map` for mapFile in $mapFiles do echo "Copying $mapFile to /tmp."...