diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-01-17 01:21:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-01-17 01:21:57 +0900 |
| commit | 67744974df46b1f78de9acc227f62d1e6db5f393 (patch) | |
| tree | a75d847d347f9f9c81bb8fe82848d9b158272e77 /test.sh | |
| parent | 00b1a28374f71dcb521662788343cd72f53f5c22 (diff) | |
| download | phpstudy-148-slides-67744974df46b1f78de9acc227f62d1e6db5f393.tar.gz phpstudy-148-slides-67744974df46b1f78de9acc227f62d1e6db5f393.tar.zst phpstudy-148-slides-67744974df46b1f78de9acc227f62d1e6db5f393.zip | |
スライド作成
Diffstat (limited to 'test.sh')
| -rw-r--r-- | test.sh | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +if [[ ! "$(php polyglot.txt)" = '#php' ]]; then + echo php >&2 + exit 1 +fi +if [[ ! "$(ruby polyglot.txt)" = '#ruby' ]]; then + echo ruby >&2 + exit 1 +fi +if [[ ! "$(perl polyglot.txt)" = '#perl' ]]; then + echo perl >&2 + exit 1 +fi +echo okay |
