東京大学物性研究所 物質設計評価施設
渡辺宙志
渡辺宙志
富士通株式会社 次世代テクニカルコンピューティング開発本部
千葉修一
千葉修一
| #!/bin/bash | |
| # list-of-addons-git.sh | |
| # | |
| # to be run inside of an openFrameworks project with 'addons.make' file. | |
| # writes 'addons.git.make' - list addons and git repo urls, branches, and commits to 'addons.git.make' file | |
| INPUT="addons.make" # addons list file | |
| OUTPUT="addons.git.make" # output file |