misc/templates/template.sh

7 lines
94 B
Bash
Executable File

#!/bin/bash
# Run this script with "(sudo) bash <filename> <args>".
# Exit on error.
set -e