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