/*
Theme Name: AVANT Child
Template: avant_tcd060
Description: AVANT の子テーマ
Author: TCD
Author URI: http://tcd-theme.com/
Version: 1.0
*/
@import url("../avant_tcd060/style.css");
EOFcd ~/Desktop/avant-tcd_child
ls -l
cd ~/Desktop/avant-tcd_child
cat << 'EOF' > style.css
/*
Theme Name: AVANT Child
Template: avant_tcd060
Description: AVANT の子テーマ
Author: TCD
Author URI: http://tcd-theme.com/
Version: 2.0
*/
@import url("../avant_tcd060/style.css");
