shebang to autoupdate script

This commit is contained in:
sdbs Terra 2020-12-05 22:14:06 +01:00
parent 660e8a95bd
commit 17da94f2ba

View file

@ -1,3 +1,4 @@
#!/bin/bash
while :;do
CHANGED="$(git diff --name-only|sed -e 's/^pages\///'|perl -E 'say join ", ", map {chomp; $_} <>')"
git pull && \