mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-16 05:12:38 +01:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
dir=$(pwd)
|
|
cd /usr/share/cisco-auditing-tool
|
|
perl ./CAT "$@"
|
|
cd $dir
|