summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-13 14:52:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-13 14:52:14 -0400
commitb654383b99b8f72a8b8c8f3353e26bf8106bf0c8 (patch)
treec819d44f6ad9742b634a14b81ff28150a9c700a1 /doc
parentc201a6bd944b0024d9c17cbb61ebce72131a863b (diff)
oh, nested quoting
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/webapp_listen_port_with_autostart/comment_1_65dbcf3d8f6c16568f5a326242eab9c5._comment4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/forum/webapp_listen_port_with_autostart/comment_1_65dbcf3d8f6c16568f5a326242eab9c5._comment b/doc/forum/webapp_listen_port_with_autostart/comment_1_65dbcf3d8f6c16568f5a326242eab9c5._comment
index 37bf745d2..0c430cf7c 100644
--- a/doc/forum/webapp_listen_port_with_autostart/comment_1_65dbcf3d8f6c16568f5a326242eab9c5._comment
+++ b/doc/forum/webapp_listen_port_with_autostart/comment_1_65dbcf3d8f6c16568f5a326242eab9c5._comment
@@ -8,13 +8,13 @@ Well, it would be possible to add a configuration setting in the repository that
But maybe it would be better to not use `assistant --autostart` in your situation? That command is basically the same as this shell script:
-[[!format sh """
+[[!format sh "
#!/bin/sh
for dir in $(cat $HOME/.config/git-annex/autostart); do
cd $dir
git annex webapp &
done
-"""]]
+"]]
So you can write similar shell scripts that start the webapp with whatever options you like.
"""]]