Index

s3-bsync / 73ce3c0

Bidirectional syncing tool to sync local filesystem directories with S3 buckets. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
118 Oct 2021 11:09bb1358bInitial commitJosh Stockin130G

Blob @ s3-bsync / htmlbuild.sh

text/x-shellscript188 bytesdownload raw
1#!/usr/bin/env bash
2# use md2html with basic styling to test README.md
3cat <(echo "<style>body{max-width:650px;margin:20px auto;color:#252525}</style>") <(md2html README.md) > README.html
4