sage_datamart/build.sh

5 lines
74 B
Bash

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