SHELL := /bin/bash

.PHONY: export import roundtrip

export:
	./export.sh

import:
	./import.sh

roundtrip:
	./roundtrip.sh
