diff options
author | EuAndreh <eu@euandre.org> | 2024-10-21 07:39:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-21 17:17:17 -0300 |
commit | d45cf0d708bc739b6478e741c964da2e64e3d874 (patch) | |
tree | a62b03cb31f8f3fe9dc1f4b94ab8a0f5669bb5b3 /mkdeps.sh | |
parent | src/content/img/: Add favicon and logo SVGs (diff) | |
download | chat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.gz chat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.xz |
Init work on offline support and tests
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkdeps.sh b/mkdeps.sh new file mode 100755 index 0000000..fbc15b3 --- /dev/null +++ b/mkdeps.sh @@ -0,0 +1,7 @@ +#!/bin/sh +set -eu + +export LANG=POSIX.UTF-8 + + +find src/content/img/ -type f -name '*.svg' | varlist 'img.svg' |