Skip to content

Nondv/script2app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

script2app

Creates OS X .app package from a script.

Usage

Lets say we have script HelloWorld.sh:

#!/usr/bin/env bash
osascript -e 'display notification "Hello, World!" with title "Hey!"'

Now use script2app:

./script2app.rb HelloWorld.sh

Here we are. Now we have HelloWorld.sh:

open HelloWorld.app

Note that you don't have to make script executable. Script will do it for you.

About

Creates OS X .app package from script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages