pivaders.sh 78 B

123456
  1. #!/bin/bash
  2. startDir=$(pwd)
  3. cd /usr/share/pivaders
  4. ./pivaders.py
  5. cd $startDir