#!/bin/bash

declare -r EXIT_SUCCESS="0"
exit "${EXIT_SUCCESS}"
