Location: Bond Graph Circulation @ 9c4778c86df9 / get_RT_names.sh

Author:
finbar <farg967@aucklanduni.ac.nz>
Date:
2021-08-28 17:51:51+12:00
Desc:
Added bond graph diagram of arterial system.
Permanent Source URI:
https://models.cellml.org/workspace/673/rawfile/9c4778c86df9c284ec56d5bb1a5de179942f6bb2/get_RT_names.sh

echo "Start"
while read p; do
  if [[ $p == *"variable_1=\"R_T"* ]]; then
    a="${p/*variable_1\=\"/}"
    echo "${a/\" */}"
  fi
done <main_ADAN-218.cellml >R_T_names.txt