-
-
Save Cifer-Y/454ef15d1bf232c05455 to your computer and use it in GitHub Desktop.
FBI warning
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
_COLUMNS=$(tput cols) | |
_MESSAGE=" FBI Warining " | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo " " | |
echo -e "${spaces}\033[41;37;5m FBI WARNING \033[0m" | |
echo " " | |
_COLUMNS=$(tput cols) | |
_MESSAGE="Ferderal Law provides severe civil and criminal penalties for" | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
_COLUMNS=$(tput cols) | |
_MESSAGE="the unauthorized reproduction, distribution, or exhibition of" | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
_COLUMNS=$(tput cols) | |
_MESSAGE="copyrighted motion pictures (Title 17, United States Code," | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
_COLUMNS=$(tput cols) | |
_MESSAGE="Sections 501 and 508). The Federal Bureau of Investigation" | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
_COLUMNS=$(tput cols) | |
_MESSAGE="investigates allegations of criminal copyright infringement" | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
_COLUMNS=$(tput cols) | |
_MESSAGE="(Title 17, United States Code, Section 506)." | |
y=$(( ( $_COLUMNS - ${#_MESSAGE} ) / 2 )) | |
spaces=$(printf "%-${y}s" " ") | |
echo -e "${spaces}${_MESSAGE}" | |
echo " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide by 熊猫饼饼要冬眠 from: http://www.douban.com/note/524408055/