This website requires JavaScript.
Explore
Help
Sign In
public
/
git-sig
Watch
5
Star
0
Fork
You've already forked git-sig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eaafaa376c
git-sig
/
test
/
test_helper.bash
11 lines
87 B
Bash
Raw
Blame
History
#!/bin/bash
setup
(
)
{
echo
"running setup"
}
teardown
(
)
{
echo
"running teardown"
}
Reference in New Issue
View Git Blame
Copy Permalink