UNPKG

77 Bapplication/x-shView Raw
1#!/bin/sh
2
3set -e
4
5echo bash $BASH_VERSION
6cd out/bash
7bash -n *.sh
8cd ../..