bearshop/verify_account.sh

4 lines
97 B
Bash
Executable File

#!/bin/bash
sqlite3 -line database.db 'update users set verified=1 where name="John Hammond";'