#!/bin/bash
# Bash strict mode: http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail

# This file is automatically run by Baserow when the plugin is uninstalled.

# Baserow will automatically `yarn remove` the plugin after this script for you so
# no need to do that in here.

# Instead you should undo any changes you've made to the container.
