watchdog
watchdog copied to clipboard
watchmedo argument to set shell to something other than /bin/sh
Currently the executable argument is not passed. A literal is shown in the example below but I believe this should default to /bin/sh and allow an override through an argument. Of course sh can start bash too but this seems wasteful.
subprocess.Popen(comman, shell=True, executable='/bin/bash')
Are you referring to documentation or code? Please provide a reference. Thanks!