定制 undpaul/shellwrapper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

undpaul/shellwrapper

最新稳定版本:1.0.1

Composer 安装命令:

composer require undpaul/shellwrapper

包简介

Wrapper for running multiple bash script files.

README 文档

README

This script is a wrapper to run several shell scripts located in a folder.

See example.sh for an example how to call. A full usage example is available in https://github.com/undpaul/update_sh.

Features

  • Running scripts in alphabetical order
  • Running .sh files as subshells (using sh -e)
  • Running .exportsh files as sourced shells (using source)
  • Run tag specific files only if the tag is passed (e.g. myfile.mytag.sh)

Arguments

  1. The relative or absolute path of the folder the scripts are located.
  2. (optional) a string that is used as tag. Multiple tags can be separated by comma ","

Our use case

We use that wrapper to call several scripts, that are made to update our Drupal sites. Therefore we place drush commands (and some others) in different files to structure them in topic groups and in an alphabetical/numerial order.

The tag is used to run scripts only on a specific stage (like local, integra or live).

Contribution

You are very welcome to contribute to the code, fork the repository, file issues and especially: use the script.

Licence

The code is licensed under GPL2 (see LICENSE.txt).

Contact

Originally created by Johannes Haseitl - johannes@undpaul.de

undpaul GmbH - die Drupal-Spezialisten

http://www.undpaul.de

统计信息

  • 总下载量: 23.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 5
  • Forks: 1
  • 开发语言: Shell

其他信息

  • 授权协议: GPLv2
  • 更新时间: 2015-01-13