File: common.sh

package info (click to toggle)
python-synologydsm-api 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,364 kB
  • sloc: python: 27,201; sh: 25; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 60 bytes parent folder | download
1
2
3
4
# Be in right place
if [ ! -f setup.py ]; then
    cd ..
fi