5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
echo "[data_mart] build done"
|
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
echo "[data_mart] build done"
|