Codebase list enum4linux / 44fb495
New helper-script format Ben Wilson 2 years ago
1 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 #!/bin/bash
0 #!/usr/bin/env sh
11
2 cd /usr/share/enum4linux/ && ./enum4linux.pl "$@"
2 set -e
3
4 cd /usr/share/enum4linux/
5 exec ./enum4linux.pl "$@"