Skip to content

Instantly share code, notes, and snippets.

@messiahxu
Created January 15, 2013 13:12
Show Gist options
  • Save messiahxu/4538529 to your computer and use it in GitHub Desktop.
Save messiahxu/4538529 to your computer and use it in GitHub Desktop.
shell环境下不显示输入内容
#! /bin/bash
read -s content
echo $content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment