File: script

package info (click to toggle)
impacket 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,808 kB
  • sloc: python: 120,709; 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 "$@"