summarylogtreecommitdiffstats
path: root/numnastics.sh
blob: 7d8e3005662a6bc2500c6bff83924b26af8002c9 (plain)
1
2
3
4
5
#!/bin/bash

cd /opt/numnastics
python numnastics
exit 0