Sha256: db741eb8c554699db0d0f57fad5e06fd8adb1bf17e9a442d8692e5be3fa75ab3
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
#!/bin/bash set -e # Figure out where this script is located. SELFDIR="`dirname \"$0\"`" SELFDIR="`cd \"$SELFDIR\" && pwd`" # Run the actual app using the bundled Ruby interpreter. exec "$SELFDIR/lib/ruby/bin/ruby" "$SELFDIR/lib/app/secondstep_notify.rb"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
second_step-0.1.3 | secondstep-notify-1.0.0-osx/SecondStepNotifications.app/Contents/MacOS/secondstep-notify |