Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Configurar data automaticamente [linux]
LightProgrammer000
Jul 18th, 2021
2,581
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
# Estutura de decisa para saber o arquivo existe
if
[
[
-f
/
etc
/
init.d
/
ntp
]
]
then
/
etc
/
init.d
/
ntp start
else
apt-get install
ntp
/
etc
/
init.d
/
ntp start
fi
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥🔥🔥 +12,000$ in 1 Week - METHOD
JavaScript | 26 sec ago | 0.67 KB
✅✅ Swap Exploit ✅✅
JavaScript | 10 min ago | 0.67 KB
Muscle Legends Script
Lua | 20 min ago | 11.78 KB
🔥🔥 EARN 8,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 20 min ago | 0.67 KB
✅✅✅ Swapzone +$500 Promotion
JavaScript | 31 min ago | 0.67 KB
testservice
PHP | 1 hour ago | 26.67 KB
Прости множители
C++ | 1 hour ago | 0.25 KB
Beamer Template
Latex | 1 hour ago | 0.85 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!