5 emacs
--batch --no-init-file \
6 --eval "(require 'org)" \
7 --eval '(org-babel-tangle-file "readme.org" nil "makefile")'
10 chmod g
+w
/home
/james
/public_html
/jamestechnotes.com
11 find /home
/james
/public_html
/jamestechnotes.com
-type d
-exec chmod go
+rx
{} \
;
12 find /home
/james
/public_html
/jamestechnotes.com
-type f
-exec chmod go
+r
{} \
;
13 rsync
-avz --exclude='admin/' --exclude='/.nfsn-awicons/' --progress --stats --delete /home
/james
/public_html
/jamestechnotes.com
/ jamestechnotes.com
:/home
/public
/