mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 10:53:30 +08:00
6 lines
178 B
Bash
Executable File
6 lines
178 B
Bash
Executable File
#!/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
|