diff options
author | Neil Ray <ray@tilde.institute> | 2020-09-02 13:41:44 -0400 |
---|---|---|
committer | Neil Ray <ray@tilde.institute> | 2020-09-02 13:41:44 -0400 |
commit | a1b444727c2d3fe8d44aabd168ee86cd52076502 (patch) | |
tree | 0a72508ac29e5b69a44716d2387c2227c5c19d8a | |
parent | 10e03d044c07281078281e2dc083d4706d33a59c (diff) | |
download | prep_html-a1b444727c2d3fe8d44aabd168ee86cd52076502.tar.gz |
shrink image
l--------- | tinman.png | 1 | ||||
-rw-r--r-- | tinman3.trans.compress.png | bin | 30433 -> 0 bytes | |||
-rwxr-xr-x | update.sh | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/tinman.png b/tinman.png new file mode 120000 index 0000000..2d9f7e9 --- /dev/null +++ b/tinman.png @@ -0,0 +1 @@ +graphics/tinman3.trans.cmpress.small.png \ No newline at end of file diff --git a/tinman3.trans.compress.png b/tinman3.trans.compress.png deleted file mode 100644 index 660ec2f..0000000 --- a/tinman3.trans.compress.png +++ /dev/null Binary files differdiff --git a/update.sh b/update.sh index 1b39b15..15ee444 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ # concatenate html files & .plan then write to http root -tin_img=tinman3.trans.compress.png +tin_img=tinman.png cd ~/prep_html cp ~/.plan ~/.project store_plan_proj |