File: simple

package info (click to toggle)
python-pylibacl 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 243
  • sloc: ansic: 1,517; python: 352; makefile: 57; sh: 21
file content (6 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

python2 -c 'import posix1e; print posix1e'
python2-dbg -c 'import posix1e; print posix1e'
python3 -c 'import posix1e; print(posix1e)'
python3-dbg -c 'import posix1e; print(posix1e)'