This repository has been archived on 2016-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
tamagotchi/tamagotchi.sh
Andreas Zweili 6b2504ae81 add space to the stats
Adding a bit white space makes the stats more readable.
2016-11-13 12:22:41 +01:00

5 lines
62 B
Bash
Executable File

#!/bin/bash
source pygame/bin/activate
./tamagotchi.py
exit 0