-
Notifications
You must be signed in to change notification settings - Fork 2
/
jailbreak.sh
executable file
·29 lines (27 loc) · 1.04 KB
/
jailbreak.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
#
# Set your EMRs free!
cat << EndOfMessage
___ __ __ ___ _______ _______ _______ __ __ ___
|" | /""\ |" \ |" | | _ "\ /" \ /" "| /""\ |/"| / ")
|| | / \ || | || | (. |_) :)|: |(: ______) / \ (: |/ /
|: | /' /\ \ |: | |: | |: \/ |_____/ ) \/ | /' /\ \ | __/
___| / // __' \ |. | \ |___ (| _ \\ // / // ___)_ // __' \ (// _ \
/ :|_/ )/ / \\ \ /\ |\( \_|: \ |: |_) :)|: __ \ (: "| / / \\ \ |: | \ \
(_______/(___/ \___)(__\_|_)\_______)(_______/ |__| \___) \_______)(___/ \___)(__| \__)
An Omic™ Initiative.
EndOfMessage
# Setup
cd src/
# Init, first run
echo "Installing packages (if not already installed)..."
if ! [ -x "$(command -v brew)" ]; then
echo 'Error: brew is not installed.' >&2
exit 1
fi
npm i > /dev/null
# Run
echo "Booting up 'blackra1n'..."
sleep 2
echo "Ha. Just kidding."
npm run start