You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of the Webware/bin directory is to contain various Webware utility scripts that don't necessarily fit in with a particular component or even the ordinary use of Webware.
Note that we write all the scripts in Python so that they function on both Windows and UNIX; e.g., no batch files or shell scripts.
Note: When adding new scripts, don't forget to mark them as executable with git update-index --chmod=+x.