This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env fish | |
# pack up a folder in the x-lbry format so it can be hosted on LBRY as a web page. | |
# | |
# this requires | |
# - the fish shell (just get it already) | |
# - zstd compression tool ( https://github.com/facebook/zstd ) | |
# - an index.html file in your folder (duh) | |
# | |
# usage: | |
# lpack YourSiteFolder YourFilename.lbry |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.