未验证 提交 34e0fa53 编写于 作者: V Vidar Holen 提交者: GitHub

Merge pull request #1125 from jonhiggs/nextnumber-macos-support

MacOS support for nextnumber
#!/bin/bash
#!/usr/bin/env bash
# TODO: Find a less trashy way to get the next available error code
shopt -s globstar
if ! shopt -s globstar
then
echo "Error: This script depends on Bash 4." >&2
exit 1
fi
for i in 1 2
do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册