Skip to content

Commit

Permalink
#519 Modify oxygen settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Jul 6, 2017
1 parent 2a74838 commit 86a0fe7
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 257 deletions.
10 changes: 10 additions & 0 deletions HPhiconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ read yesno
if [ -z ${yesno} ] || [ ! ${yesno} = "yes" ]; then
exit
fi
echo -n " Really, really continue ? yes/no [no] : "
read yesno
if [ -z ${yesno} ] || [ ! ${yesno} = "yes" ]; then
exit
fi
echo -n " Quit ? yes/no [yes] : "
read yesno
if [ -z ${yesno} ] || [ ! ${yesno} = "no" ]; then
exit
fi

if [ -z ${1} ] || [ ${1} = "help" ]; then
echo ""
Expand Down
Loading

0 comments on commit 86a0fe7

Please sign in to comment.