aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-02-12 19:09:52 +0900
committernsfisis <nsfisis@gmail.com>2023-02-12 20:52:47 +0900
commitae5b7a122f8e24dd38faa476cb3a1ec84f13b564 (patch)
tree4aa1167b52e50e7c0baed5cb34ed37fd6c2a4ec1 /test.sh
parent09831c67395848379506ca30f284310c9887572b (diff)
downloadphpstudy-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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100644
index 0000000..7989b50
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,6 @@
+if [[ ! "$(php catchline.php)" = "#PHP" ]]; then
+ echo Catchline >&2
+ exit 1
+fi
+
+echo okay