mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-02 02:35:17 -05:00
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
script/branding
|
|
ls -1 script/{test,cucumber,proof} | xargs -P 3 -L 1 /bin/bash
|