All pastes #345716 Raw Edit

Anonymous

public text v1 · immutable
#345716 ·published 2007-02-08 19:52 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