mirror of
https://gitlab.com/sdbs_cz/digital-garden-anabasis.git
synced 2025-01-22 19:57:06 +01:00
shebang to autoupdate script
This commit is contained in:
parent
660e8a95bd
commit
17da94f2ba
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue