index
:
school/comp-325.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
no-password
blob: 9e2c04dc5bc134c5f76ef1e2724961f4d9ef44fc (
plain
)
1
2
3
4
5
6
#!/bin/bash cd "$(dirname "$0")/.." FILE=${1:-'/etc/passwd'} grep -E '^\w+::.*' "$FILE"