7 lines
74 B
Smarty
7 lines
74 B
Smarty
#!/usr/bin/env sh
|
|
|
|
# exit on error
|
|
set -e
|
|
# no undefined variables
|
|
set -u
|