diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-02-12 19:09:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-02-12 20:52:47 +0900 |
| commit | ae5b7a122f8e24dd38faa476cb3a1ec84f13b564 (patch) | |
| tree | 4aa1167b52e50e7c0baed5cb34ed37fd6c2a4ec1 /test.sh | |
| parent | 09831c67395848379506ca30f284310c9887572b (diff) | |
| download | phpstudy-149-slides-ae5b7a122f8e24dd38faa476cb3a1ec84f13b564.tar.gz phpstudy-149-slides-ae5b7a122f8e24dd38faa476cb3a1ec84f13b564.tar.zst phpstudy-149-slides-ae5b7a122f8e24dd38faa476cb3a1ec84f13b564.zip | |
スライドを作成
Diffstat (limited to 'test.sh')
| -rw-r--r-- | test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +if [[ ! "$(php catchline.php)" = "#PHP" ]]; then + echo Catchline >&2 + exit 1 +fi + +echo okay |
