5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
test_dir=slopserver/test
|
|
|
|
sqlite3 $test_dir/test_db.sqlite .dump > $1 |