updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cisco-auditing-tool / CAT
blob1d1a68a5f06df1ac26852780f5a588d2032b5c8a
1 #!/bin/bash
2 dir=$(pwd)
3 cd /usr/share/cisco-auditing-tool
4 ./CAT "$@"
5 cd $dir