7 lines
74 B
Bash
7 lines
74 B
Bash
|
#!/bin/bash -
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
# Just check that dune works.
|
||
|
dune --version
|