• This project
    • Loading...
  • Sign in

신지원 / LineMusicChatbot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LineMusicChatbot
  • node_modules
  • .bin
  • ngrok
  • 엄성진's avatar
    add description example, add gitignore · 62b0ab7e
    62b0ab7e
    엄성진 authored 2021-05-24 04:10:45 +0900
ngrok 195 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac

"$basedir/../ngrok/bin/ngrok"   "$@"
exit $?