├── .gitignore ├── LICENSE-2.0.txt ├── Makefile ├── README ├── app2luggage.rb ├── examples └── README ├── luggage.make └── prototype.plist /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/LICENSE-2.0.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/README -------------------------------------------------------------------------------- /app2luggage.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/app2luggage.rb -------------------------------------------------------------------------------- /examples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/examples/README -------------------------------------------------------------------------------- /luggage.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/luggage.make -------------------------------------------------------------------------------- /prototype.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unixorn/luggage/HEAD/prototype.plist --------------------------------------------------------------------------------