source: locker/sbin/get-passwd.sh @ 722

Last change on this file since 722 was 722, checked in by price, 16 years ago
import sec-tools scripts Two of these are obsolete, named with .old in /mit/scripts/sec-tools; I'm going to remove them in the next commit. But they'll be in the svn history here, which is better than lying around with .old names.
  • Property svn:executable set to *
File size: 266 bytes
Line 
1#!/bin/bash
2
3rm -f /mit/scripts/sec-tools/store/passwd
4scp -S /mit/scripts/bin/sshmic scripts.mit.edu:/etc/passwd /mit/scripts/sec-tools/store/passwd
5/mit/scripts/sec-tools/parse-passwd.pl /mit/scripts/sec-tools/store/passwd /mit/scripts/sec-tools/store/scriptslist
Note: See TracBrowser for help on using the repository browser.