Explorar el Código

~/.bin/update-planet.sh: A script that updates the planet.

Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
6ed9bc59af
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .bin/update-planet.sh

+ 7 - 0
.bin/update-planet.sh

@ -0,0 +1,7 @@
1
#!/bin/sh
2
3
# Update my RSS/ATOM planet using `venus`.
4
5
cd /home/lu/t/venus
6
python2 planet.py
7
touch planet.updated