File: command-continuation.txt

package info (click to toggle)
highlight.js 10.7.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,332 kB
  • sloc: javascript: 41,059; makefile: 157; python: 29; sh: 20
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ docker run \
      --publish=7474:7474 --publish=7687:7687 \
      --volume=/neo4j/data:/data \
      --volume=/neo4j/plugins:/plugins \
      --volume=/neo4j/conf:/conf \
      --volume=/logs/neo4j:/logs \
      --user="$(id -u neo4j):$(id -g neo4j)" \
      --group-add=$groups \
      neo4j:3.4
> /bin/cat \.travis.yml\
 -b | head -n1
     1	language: node_js
> echo 'hello'
hello