mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#! /bin/bash
|
|
|
|
# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd "$( dirname "${BASH_SOURCE[0]}" )/.."
|
|
DEBUG=1 make db
|