diff --git a/wordpress.sh b/wordpress.sh new file mode 100644 index 0000000..c42e9c2 --- /dev/null +++ b/wordpress.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +cd /var/www/html/; +wget -c "http://wordpress.org/latest.tar.gz"; +tar xvfz latest.tar.gz; +mv wordpress wp +cd; +cat /dev/null > ~/.bash_history; history -c;