#! /bin/bash

# shellcheck source=./../mocks.sh
source "$(dirname "$0")/../mocks.sh" "$@"


if [[ "$*" == "-S -s" ]]; then
  echo "1"
fi
