PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Simple Content Sto...
4 sec ago
Untitled
8 sec ago
@!!@==>>>...
57 sec ago
Firefox opacity is...
11 sec ago
Remove UITabBarItem
17 sec ago
Untitled
20 sec ago
24 Feb 2012 All Po...
30 sec ago
Force `tee` to run...
23 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.12 KB | hits: 12 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
#!/bin/bash
if [[ "`hostname`" =~ "ghost.*" ]]
then
echo "You're on ghost"
else
echo "You're not on ghost"
fi
create a
new version
of this paste
RAW Paste Data
#!/bin/bash if [[ "`hostname`" =~ "ghost.*" ]] then echo "You're on ghost" else echo "You're not on ghost" fi