mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-22 02:52:05 +08:00
6 lines
178 B
Bash
6 lines
178 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Simple test script; run after performing
|
||
|
|
# git clone https://github.com/mdbtools/mdbtestdata.git test
|
||
|
|
./src/util/mdb-sql -i test/sql/nwind.sql test/data/nwind.mdb
|