5 lines
67 B
Text
5 lines
67 B
Text
|
#!/bin/sh
|
||
|
testdir="$(mktemp -d)"
|
||
|
cd "$testdir"
|
||
|
exec git-annex test
|