mirror of
https://github.com/brmlab/brmbarSAP.git
synced 2025-06-07 03:04:01 +02:00
5 lines
207 B
Bash
Executable file
5 lines
207 B
Bash
Executable file
#!/bin/bash
|
|
# Print out the log for specified user from last midnight
|
|
|
|
echo ".headers on
|
|
SELECT * FROM transhuman WHERE strftime('%Y-%m-%d',age)=date('now','localtime') AND user='$1';" | sqlite3 ./brmbar.db
|