Navigation

    Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. afisher
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    afisher

    @afisher

    0
    Reputation
    1
    Posts
    320
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    afisher Follow

    Posts made by afisher

    • no shebang error

      Hello,

      I have been using the HaxWithFlic app for my mac and am having issues with bash, ruby, and python scripts. For some reason, even executable scripts, are reporting a missing shebang. These scripts run in Terminal but not HaxWithFlic.

      Here is the bash.

      curl --request PUT
      --url URLHERE
      --header 'cache-control: no-cache'
      --header 'content-type: application/json'
      --data DATA HERE

      posted in Developers
      afisher