mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user