summaryrefslogtreecommitdiff
path: root/doc/sessions/junctions.run
blob: 28ada6cf9d1764fae9a14f468b388ddad0713d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

commands:
# Build callHello.bst
- directory: ../examples/junctions
  output: ../source/sessions/junctions-build.html
  command: build callHello.bst

# Run callHello.sh in a shell
- directory: ../examples/junctions
  output: ../source/sessions/junctions-shell.html
  command: shell callHello.bst -- /bin/sh callHello.sh

# Open a crossJunction workspace:
- directory: ../examples/junctions
  output: ../source/sessions/junctions-workspace-open.html
  command: workspace open hello-junction.bst:hello.bst workspace_hello

# Remove the workspace 
- directory: ../examples/junctions
  command: workspace close --remove-dirs hello-junction.bst:hello.bst