aboutsummaryrefslogtreecommitdiff
path: root/image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image.sh')
-rwxr-xr-ximage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.sh b/image.sh
index 80dba42..6a82ee6 100755
--- a/image.sh
+++ b/image.sh
@@ -4,7 +4,7 @@ DB=fun.db
[ $# -lt 1 ] && echo "Fuck" && exit 1;
-db() { sqlite3 -list "$DB" "$@"; }
+db() { sqlite3 -list -noheader "$DB" "$@"; }
image_id="$1"
echo "P3"