Add academic division to convert.sh and install.sh directory loops
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -298,7 +298,7 @@ install_claude_code() {
|
||||
local count=0
|
||||
mkdir -p "$dest"
|
||||
local dir f first_line
|
||||
for dir in design engineering game-development marketing paid-media sales product project-management \
|
||||
for dir in academic design engineering game-development marketing paid-media sales product project-management \
|
||||
testing support spatial-computing specialized; do
|
||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||
while IFS= read -r -d '' f; do
|
||||
@@ -317,7 +317,7 @@ install_copilot() {
|
||||
local count=0
|
||||
mkdir -p "$dest_github" "$dest_copilot"
|
||||
local dir f first_line
|
||||
for dir in design engineering game-development marketing paid-media sales product project-management \
|
||||
for dir in academic design engineering game-development marketing paid-media sales product project-management \
|
||||
testing support spatial-computing specialized; do
|
||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||
while IFS= read -r -d '' f; do
|
||||
|
||||
Reference in New Issue
Block a user