kapow server powfile.pow
should exec powfile.pow
if possible
#62
Labels
Milestone
kapow server powfile.pow
should exec powfile.pow
if possible
#62
As a
Kapow!
user, I would like to control the scripting I use to configure thekapow
server.Right now, the
powfile.pow
is always treated as abash
script.But, if I wanted to use a different method to call
kapow route...
, say from adash
script, Perl script, Python script, orbash
script but selected via#!/usr/bin/env
mechanism, I couldn't do it cleanly as it is now.I propose to implement a teeny tiny bit of logic to examine the executable bit of the
powfile.pow
, and try toexec
it instead of passing it tobash
.kapow/internal/cmd/server.go
Line 55 in f4b9a96
The text was updated successfully, but these errors were encountered: