4 lines
48 B
Bash
Executable File

#!/bin/sh
swift build && exit ${PIPESTATUS[0]}