You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I a misunderstanding your goal, I think this is achievable with a simple bash script.
make_skylines.sh
#!/bin/bash# Array with 3 names
names=(
"alphaleadership""chriswblake""chrisreddington""ashleymcnamara"
)
# Make skylines for each userfornamein"${names[@]}";do
gh skyline --user "$name"done
FYI: Make sure your bash script has execution permission: chmod +x ./make_skylines.sh
@alphaleadership,
Can you please share what you are imagining for an 1 STL model with multiple user's contributions? I'm having trouble visualizing how that would work.
I don't think it would work well with 1 filament, but maybe with multi-color prints, it could be interesting.
Description
add -m option to add some user
Requirements
add cli option
add the code
Definition of Done
unknown
Additional Notes
No response
The text was updated successfully, but these errors were encountered: