This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
605651776e
ack
/
first
/
get_answer
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
2006-07-18 16:45:57 +00:00
#!/bin/sh
New installation mechanism
1991-10-15 16:02:38 +00:00
if read ANS
then echo
else echo "Sorry, got EOF when reading your answer"
exit 1
fi
Reference in a new issue
Copy permalink