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

cd /opt/soundrts
python2 soundrts.py
exit 0