diff options
author | root <root@primarypad.com> | 2010-03-25 22:42:05 +0000 |
---|---|---|
committer | root <root@primarypad.com> | 2010-03-25 22:42:05 +0000 |
commit | caee6179a9a40564a406bf3fa6e4b15eeab1c926 (patch) | |
tree | 1d0cf6d6d5e10c214175c20c571b1dad5a71cd2b | |
parent | c7896640f597a07294edfdee8f53fe329dfa4fcb (diff) | |
download | etherpad-caee6179a9a40564a406bf3fa6e4b15eeab1c926.tar.gz etherpad-caee6179a9a40564a406bf3fa6e4b15eeab1c926.tar.xz etherpad-caee6179a9a40564a406bf3fa6e4b15eeab1c926.zip |
Added Hello World
-rwxr-xr-x | etherpad/bin/run-local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etherpad/bin/run-local.sh b/etherpad/bin/run-local.sh index 72b0cc1..2056eb0 100755 --- a/etherpad/bin/run-local.sh +++ b/etherpad/bin/run-local.sh @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +echo "Hi!" mkdir -p data/appjet MXRAM="1G" |