Files

13 lines
178 B
Bash
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
#!/bin/bash
#
# Dec. 2004, M. Spiekermann
#
# Open a database and run a query using SecondoTTYBDB.
stty="SecondoTTYBDB"
# run query
time $stty <<< "open database $1;
$2;
q;"