summaryrefslogtreecommitdiff
path: root/pcr/pivaders-git/pivaders.sh
blob: bfc009a735b6c3ac6f50090f340dca708ca44878 (plain)
1
2
3
4
5
#!/bin/bash
startDir=$(pwd)
cd /usr/share/pivaders
./pivaders.py
cd $startDir