Cool. Generally with plugins, we strongly encourag...
# plugins
h
Cool. Generally with plugins, we strongly encourage figuring out how to do things manually first; then it becomes a mechanical exercise to port it to a plugin So here, you might experiment with: • use
chmod -x
• name the file with
.zip
• set the entry point how you're describing • make sure the bad dep isn't in it If that all works how you want, then we can figure out the best way to make this more automated
1