Explorar el Código

Generate then mv feed (d'Oh)

master
The Dod hace 3 años
padre
commit
833334c74c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      makefortune.sh

+ 2
- 1
makefortune.sh Ver fichero

@@ -1,4 +1,5 @@
1 1
 #!/bin/sh
2 2
 cd "$(dirname "$0")"
3 3
 . venv/bin/activate
4
-python fortunefeed.py > fortune.rss
4
+python fortunefeed.py > next-fortune.rss
5
+mv next-fortune.rss fortune.rss

Loading…
Cancelar
Guardar