mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-22 19:15:46 +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
|
while :;do
|
||||||
CHANGED="$(git diff --name-only|sed -e 's/^pages\///'|perl -E 'say join ", ", map {chomp; $_} <>')"
|
CHANGED="$(git diff --name-only|sed -e 's/^pages\///'|perl -E 'say join ", ", map {chomp; $_} <>')"
|
||||||
git pull && \
|
git pull && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue