• Ephera
    link
    fedilink
    11 year ago

    To be honest, I never quite saw the point of these. When your script needs to do that much, chances are high that you want it in a centralized VCS anyways…

    • ☆ Yσɠƚԋσʂ ☆OP
      link
      fedilink
      01 year ago

      I find I use these kinds of scripts to do CI tasks, if I need to talk to a db or a queue it’s nice to be able to do everything in one file without making a whole project out of it.

      • Ephera
        link
        fedilink
        11 year ago

        Ah, right, so that you have it in VCS as part of your CI repo, but it is just a single self-contained file within that.

        One of my many side-projects is a deployment/configuration framework in Scala. I guess, Ammonite or Scala CLI might be a viable option for my users then…