mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
11 lines
298 B
Bash
Executable File
11 lines
298 B
Bash
Executable File
#!/bin/zsh -f
|
|
cd $( git rev-parse --show-toplevel )
|
|
|
|
git --version
|
|
print =zsh
|
|
typeset -p1 VENDOR OSTYPE ZSH_VERSION ZSH_PATCHLEVEL
|
|
|
|
env -i HOME=$( mktemp -d ) PATH=$PATH FPATH=$FPATH zsh -f -- \
|
|
clitest/clitest --list-run --progress dot --prompt '%' --color always \
|
|
-- $PWD/Tests/*.md
|