Model: yhavinga/gpt2-large-dutch Source: Original Platform
@@ -0,0 +1,16 @@
#!/bin/bash
source ~/venv/bin/activate
while true
do
echo -n "Checking at .. "
date
BEHIND=`git rev-list origin..HEAD`
if [ ! -z "$BEHIND" ]
then
git push origin
fi
sleep 180
done
The note is not visible to the blocked user.