All pastes #345711 Raw Edit

Someone

public text v1 · immutable
#345711 ·published 2007-02-08 19:45 UTC
rendered paste body
#!/bin/bash
FILE=/etc/motd
FILE2=/var/run/motd
function boot {
apt-cache search apache | grep tomcat }
if [ -f $FILE ]; then
echo el fichero $FILE existe
else
boot
fi