UNPKG

86 Bapplication/x-shView Raw
1#!/bin/sh
2
3set -e
4
5ruby --version
6
7echo sinatra
8cd out/sinatra
9ruby -c *.rb
10cd ../..
11