diff options
| author | Aaditya Dhruv <[email protected]> | 2025-03-16 17:22:01 -0500 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-05 21:29:41 -0600 |
| commit | 8ee4c154560b0ea181ccaa466dc3874278c4a9ea (patch) | |
| tree | 79458e03dfc051ac8629735547566b8a972607bd /build.sh | |
init
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..deec7af --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash +git clone https://git.spacejunk.sh/website.git +cd website +palpad -p home +palpad -p spacejunk +find -iname "*.md" -delete |
