Files
SwiftShell/SwiftShellTests/Scripts/testall.bash
T
2014-09-24 21:15:25 +02:00

17 lines
428 B
Bash
Executable File

#!/usr/bin/env bash
# http://stackoverflow.com/questions/90418/exit-shell-script-based-on-process-exit-code
# Exit on any error.
set -e
# Exit on any error in a pipeline.
set -o pipefail
./callswiftscriptfromswift.swift
#./exitswhenopeningnon-existentfile.swift
./listallexecutablesinpath.swift
./print_arguments.swift 1 2
./print_environment.swift
ls | ./print_linenumbers.swift
./readfilelinebyline.swift
./stream_out.swift