1
0
Fork 0
interesting/justfile

16 lines
237 B
Plaintext
Raw Permalink Normal View History

2024-07-24 02:05:48 +00:00
# list all recipes
default:
just --list --unsorted
# build html
build:
cp src/interesting.txt dist && sh bin/build.sh
# build and upload
all:
just build && just up
# upload
up:
rsync -zaP dist/* tilde:public_html/interesting/