Skip to content

Instantly share code, notes, and snippets.

@futeng
Created May 13, 2017 05:28
Show Gist options
  • Save futeng/a1af97acf959a43aeced19f4d7fe693d to your computer and use it in GitHub Desktop.
Save futeng/a1af97acf959a43aeced19f4d7fe693d to your computer and use it in GitHub Desktop.
#!/bin/bash
exec 0< /etc/passwd
while read line
do
echo $line
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment