File: test.sh

package info (click to toggle)
python-nanoget 1.19.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,876 kB
  • sloc: python: 643; sh: 25; makefile: 9
file content (9 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
set -ev

if [ -d "nanotest" ]; then
    echo "nanotest already cloned"
else
    git clone https://github.com/wdecoster/nanotest.git
fi

python scripts/test.py