cron for eressea previews

This commit is contained in:
Enno Rehling 2014-08-16 11:43:46 +02:00
parent c79dd33bfb
commit 8cc4a53077
1 changed files with 8 additions and 0 deletions

8
s/cron/previews.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
s/preview build
s/preview version
for game in 2 3 4 ; do
s/preview -g $game run && \
s/preview -g $game send
done