-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Oct 22, 2023
1 parent
8dba114
commit 6d8168c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule PolyGPT-alpha
updated
from a1c652 to c56511
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
#set -e | ||
|
||
for D in * | ||
for D in PolyGPT-alpha Tonic-AI | ||
do | ||
if [ -d "${D}" ]; then | ||
echo "${D}" # your processing here | ||
|