-
-
Save zoffixznet/ce0fbf08f869cb2f1ce96b40c5f3a7ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
source ~/perl5/perlbrew/etc/bashrc | |
set -e | |
echo ''; | |
echo 'New run at' | |
date | |
cd ecosystem/ | |
git pull -q -n | |
perl server/updatelist.pl /var/www/ecosystem-api.perl6.org/ || true | |
cd | |
cp update.log /var/www/ecosystem-api.perl6.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment