#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#——————————————————————————(cd steadyState && ./Allrun)
(cd transient && ./Allrun)
#——————————————————————————
実行年月:01/18/2023
#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
#——————————————————————————(cd steadyState && ./Allrun)
(cd transient && ./Allrun)
#——————————————————————————
実行年月:01/18/2023