File: script

package info (click to toggle)
impacket 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,840 kB
  • sloc: python: 130,846; makefile: 10; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

name_script=$(basename $0)
example_name=${name_script##impacket-}

exec python3 /usr/share/doc/python3-impacket/examples/$example_name.py "$@"