Wpupdater.sh

From digital-bit.ch's wiki
Jump to: navigation, search
#!/bin/bash
if [ $# -lt 1 ]
then
	echo "usage: $0 updatefile"
else
	wget   http://de.wordpress.org/$1
	unzip $1
	rm -rf  wp-includes wp-admin
	mv wordpress/* .
fi

powered by

    ip-exchange.de

Personal tools