aboutsummaryrefslogtreecommitdiff
path: root/STYLE-GUIDE.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-30 20:50:18 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-30 20:50:18 +0100
commit3b3c80db30af556d5da7301037bf16782216d0bd (patch)
tree8d4c5dac1a73e9a5bd0af4923982bc84566ffd24 /STYLE-GUIDE.md
parenta4215743db91c4b7050dfda32a670814a101b773 (diff)
downloadapp.sh-3b3c80db30af556d5da7301037bf16782216d0bd.tar.gz
app.sh-3b3c80db30af556d5da7301037bf16782216d0bd.tar.bz2
app.sh-3b3c80db30af556d5da7301037bf16782216d0bd.tar.xz
app.sh-3b3c80db30af556d5da7301037bf16782216d0bd.zip
bin/app-init:
o Adding -p to mkdir so parent directories are created. libexec/app-resolver-maven: o Not using command expansion to make sure "set -e" works as normal. o Adding a basic check that xmlstartlet has a useful output.
Diffstat (limited to 'STYLE-GUIDE.md')
-rwxr-xr-x[-rw-r--r--]STYLE-GUIDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md
index 1137425..dc897ba 100644..100755
--- a/STYLE-GUIDE.md
+++ b/STYLE-GUIDE.md
@@ -19,6 +19,11 @@ Creating `usage()`
exit 1
}
+Executing Commands
+==================
+
+* http://unix.stackexchange.com/q/23026
+
Resources
---------