File: py-load

package info (click to toggle)
pyvisa-py 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 604 kB
  • sloc: python: 4,833; makefile: 140; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 77 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

cd /tmp
python3 -c "__import__('pyvisa_py')"

echo "done"