Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk installation of folders #2

Closed
captainhook opened this issue Dec 15, 2019 · 1 comment
Closed

Bulk installation of folders #2

captainhook opened this issue Dec 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@captainhook
Copy link
Owner

captainhook commented Dec 15, 2019

A rough sketch of this:

for i in ${1}; do
	find var/www/vhosts -type d -name $i -exec ./copy.sh sourcefolder1 targetfolder1 ; done' none {} \;
done
@captainhook captainhook added enhancement New feature or request help wanted Extra attention is needed labels Dec 15, 2019
captainhook pushed a commit that referenced this issue Jan 1, 2020
v2
Version: 2.0
Changelog: 
+ batch processing (#2)
+ accept absolute path for source directory (#1)
+ overall improvement of output and processing

Special thanks to Sebastian (stashet47)
@captainhook captainhook self-assigned this Jan 1, 2020
@captainhook
Copy link
Owner Author

Resolved in v2, 3f83cdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant