Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created February 17, 2020 04:03
Show Gist options
  • Save Alex4386/307cc3f988201c2cb698427d37c6aa96 to your computer and use it in GitHub Desktop.
Save Alex4386/307cc3f988201c2cb698427d37c6aa96 to your computer and use it in GitHub Desktop.
긴급탈출 프로토콜
#!/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