diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-01-11 17:33:49 -0800 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-01-11 17:33:49 -0800 |
commit | ce350cca826e727909f108f6160a6bd59290a639 (patch) | |
tree | 5efc86dabaee38d0a80a985925d8c634e38c5f26 /bin | |
parent | 1ce2f0ae3dcf6216dbf2fb17355ee5cfbb917f87 (diff) | |
download | bundler-ce350cca826e727909f108f6160a6bd59290a639.tar.gz |
Get a simple bbl install working
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bbl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bbl b/bin/bbl new file mode 100644 index 0000000000..b22e739ec5 --- /dev/null +++ b/bin/bbl @@ -0,0 +1,3 @@ +require 'bubble/cli' + +Bubble::CLI.start
\ No newline at end of file |