I want to write a script called "copytheme" that does this for me...
cp -r $DIRECTORYNAME ../website/themes/
It should be simple, but I can't really figure it out. I've written scripts before but never dependent on variables entered from the commandline...
Anyone wanna lend me a hand? It should only be a line or two.
thanks
Rob
cp -r $DIRECTORYNAME ../website/themes/
It should be simple, but I can't really figure it out. I've written scripts before but never dependent on variables entered from the commandline...
Anyone wanna lend me a hand? It should only be a line or two.
thanks
Rob
