Created
February 17, 2020 04:03
-
-
Save Alex4386/307cc3f988201c2cb698427d37c6aa96 to your computer and use it in GitHub Desktop.
긴급탈출 프로토콜
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir ~/.escape | |
echo "안녕히 계세요 여러분" > ~/.escape/msg.txt | |
echo "저는 이 세상 모든 굴레와 속박을 벗어던지고" >> ~/.escape/msg.txt | |
echo "제 행복을 찾아 떠납니다" >> ~/.escape/msg.txt | |
echo " " >> ~/.escape/msg.txt | |
echo "여러분도 행복하세요~" >> ~/.escape/msg.txt | |
cat ~/.escape/msg.txt | wall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment