https://github.com/yszk0123/shell-examples
https://github.com/yszk0123/shell-examples
example shell
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yszk0123/shell-examples
- Owner: yszk0123
- License: mit
- Created: 2017-02-04T18:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T13:59:41.000Z (about 8 years ago)
- Last Synced: 2025-02-28T20:17:10.085Z (over 1 year ago)
- Topics: example, shell
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prerequisites
- Install [shellcheck](https://github.com/koalaman/shellcheck)
# Development
## Test
`$ ./scripts/test.sh`
## Lint
`$ ./scripts/lint.sh`
# How to use 'test/helpers/assert.sh'
```shell
#!/bin/zsh
. "$(dirname "${BASH_SOURCE:-$0}")/helpers/assert.sh"
assert_end
```