sage_datamart/build.sh

5 lines
70 B
Bash

#!/bin/bash
set -e
cd "$(dirname "$0")"
echo "[data_mart] build done"