Skip to content

Instantly share code, notes, and snippets.

@NoraCodes
Created May 29, 2015 17:34
Show Gist options
  • Save NoraCodes/adeb3f9eff67ae07b877 to your computer and use it in GitHub Desktop.
Save NoraCodes/adeb3f9eff67ae07b877 to your computer and use it in GitHub Desktop.
weyland-yutani.sh
#!/bin/bash
echo -e '\033[0;33m\n \033[1;37m W E Y L A N D - Y U T A N I C O R P\033[0;33m\n\n xxxx \033[1;37m.......\033[0;33m xxxxxxx \033[1;37m.......\033[0;33m xxxx\n xxxx \033[1;37m.....\033[0;33m xxxx xxxx \033[1;37m.....\033[0;33m xxxx\n xxxx \033[1;37m...\033[0;33m xxxx \033[1;37m...\033[0;33m xxxx \033[1;37m...\033[0;33m xxxx\n xxxx xxxx \033[1;37m.....\033[0;33m xxxx xxxx\n xxxxxxx \033[1;37m.......\033[0;33m xxxxxxx\n\n \033[1;37mBUILDING BETTER WORLDS\033[0;33m\n'
echo -e 'Welcome to the Weyland-Yutani Corporate Operating System. \nYou are using \033[1;37mWeyland-Yutani Corp.' $(uname -o) '\033[0;33mon\033[1;37m' $(uname -p)'\033[0;33m, version\033[1;37m' $(uname -r)
echo -e '\033[0;33mThis is a Level U Prompt for:\033[1;37m' $(whoami) '\033[0;33mon\033[1;37m' $(hostname)
echo -e '\033[0;33mUse the \033[1;37msudo\033[0;33m command to reach the Level R capabilities of this system.\nPlease compute responsibly.'
echo -e '\nWeyland-Yutani reminds you:\033[1m'
fortune
echo -e '\033[m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment