Environment:
WSL2 Ubuntu 18.04
ServiceNow: Sandiego (glide-sandiego-12-22-2021__patch1-03-02-2022)
I could be doing this wrong (since I didn’t realize ‘source’ was a command at first) but I needed to make ‘snow’ and each of the scripts in the include directory executable before any of the examples in the README worked.
chmod -R +x ./include
chmod +x ./bin/snow
Thank you for posting your project it is pretty neat what you have created here.
Environment:
WSL2 Ubuntu 18.04
ServiceNow: Sandiego (glide-sandiego-12-22-2021__patch1-03-02-2022)
I could be doing this wrong (since I didn’t realize ‘source’ was a command at first) but I needed to make ‘snow’ and each of the scripts in the include directory executable before any of the examples in the README worked.
chmod -R +x ./include
chmod +x ./bin/snow
Thank you for posting your project it is pretty neat what you have created here.