Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose.libre.sh
f7de905889cb2ea386539db88d2f111237b9291b
compose.libre.sh
deploy
list-sites.sh
Find file
Normal view
History
Permalink
list-sites.sh
80 B
Newer
Older
move deploy/ and doc/ folders from ../dev-scripts here
Michiel de Jong
committed
10 years ago
1
2
3
4
5
#!/bin/sh
cd
../orchestration/per-server/
$1
/sites
for
i
in
*
;
do
echo
$i
done