Users browsing this thread: 1 Guest(s)
Senpai
Registered
(12-08-2015, 01:07 PM)venam Wrote: Seems like you'll fit.
Welcome!

(12-08-2015, 01:54 PM)vypr Wrote: welcome to nixers

Thanks c:

(12-08-2015, 04:27 PM)Houseoftea Wrote: Mind sharing some of your scripts? I love that stuff
Here's a very basic one that I use often, I'll be sure to share more later:
Code:
#!/bin/sh

printf "Installation path?\n"
read INSTALL_DIR

mkdir $INSTALL_DIR
cd $INSTALL_DIR

curl -LOk https://wordpress.org/latest.zip

unzip latest.zip
mv wordpress/* .
rm -r wordpress latest.zip


chown -R $USER *

Quote:Pls notice me senpai
* Senpai notices

(12-08-2015, 06:25 PM)swathe Wrote: Another Aussie, welcome mate :)
Thanks :)


Messages In This Thread
Hi - by Senpai - 12-08-2015, 11:06 AM
RE: Hi - by venam - 12-08-2015, 01:07 PM
RE: Hi - by srp - 12-08-2015, 01:54 PM
RE: Hi - by Houseoftea - 12-08-2015, 04:27 PM
RE: Hi - by swathe - 12-08-2015, 06:25 PM
RE: Hi - by Senpai - 12-08-2015, 11:37 PM
RE: Hi - by xero - 13-08-2015, 11:21 AM