aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-01 22:05:49 -0300
committerEuAndreh <eu@euandre.org>2022-06-01 22:05:54 -0300
commit2fbf66f30b6304f65169a73352c10574a32993d1 (patch)
tree13856f3dfb7a26c3fc9cf66f51ea931e66fe960e /src
parent.gitignore: Ignore src/content/ during migration (diff)
downloadeuandre.org-2fbf66f30b6304f65169a73352c10574a32993d1.tar.gz
euandre.org-2fbf66f30b6304f65169a73352c10574a32993d1.tar.xz
src/development/dynmake.sh: Generate torrent only for primary .webm and .flac files
Diffstat (limited to '')
-rwxr-xr-xsrc/development/dynmake.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/development/dynmake.sh b/src/development/dynmake.sh
index 15251e7..8372d52 100755
--- a/src/development/dynmake.sh
+++ b/src/development/dynmake.sh
@@ -84,7 +84,6 @@ pastebins | sed 's/^\(.*\)\.md$/\1.html: \1.env/'
torrents() {
find resources/ \
-name '*.flac' -or \
- -name '*.ogg' -or \
-name '*.webm'
}