Call sh from sh from C.
Find a file
2024-10-10 21:02:04 +09:00
subdir init 2024-10-10 20:53:37 +09:00
.clang-format init 2024-10-10 20:53:37 +09:00
.clangd init 2024-10-10 20:53:37 +09:00
.gitignore init 2024-10-10 20:53:37 +09:00
main.c init 2024-10-10 20:53:37 +09:00
Makefile fix Makefile (use C23 with GNU extension) 2024-10-10 21:00:00 +09:00
noset_nocd.patch add diff for no set -e and no cd to script dir patch 2024-10-10 21:02:04 +09:00
README.adoc add diff for no set -e and no cd to script dir patch 2024-10-10 21:02:04 +09:00

= Cからシェルスクリプトを呼ぶテスト
* 作業ディレクトリが変わらないので注意
* 適切にオプションを設定しないとエラー検知できないので注意

== 使い方
`make`

`./noset_nocd.patch` のパッチを当てると、ちゃんとしたスクリプトになってくれる。