aboutsummaryrefslogtreecommitdiff
path: root/image.sh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-03 23:26:52 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-03 23:26:52 +0530
commit7df455db49e1104eb9624adc4d5050b7f353a417 (patch)
tree50cd7b28b132854f7ce360280ecf2efb5c997750 /image.sh
parent5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df (diff)
downloadsqlite-creative-coding-7df455db49e1104eb9624adc4d5050b7f353a417.tar.gz
sqlite-creative-coding-7df455db49e1104eb9624adc4d5050b7f353a417.zip
Add mandelbrot fractal
Diffstat (limited to '')
-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"