File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
2- update=' 2026-05-16 '
2+ update=' 2026-05-17 '
33command -p -- printf -- ' \n\n .___ __\n __ ________ __\174 _\057____ _\057 \174_ ____\n\174 \174 \134____ \134 \057 __ \174\134__ \134\134 __\134\057 __ \134\n\174 \174 \057 \174_\076 \076 \057_\057 \174 \057 __ \134\174 \174 \134 ___\057\n\174____\057\174 __\057\134____ \174\050____ \057__\174 \134___ \076\n \174__\174 \134\057 \134\057 \134\057\n a Lucas Larson production\n\n' >&2 && command -p -- sleep 1
44command -p -- printf -- ' \360\237\223\241 verifying network connectivity' >&2
55command -p -- sleep 1
@@ -111,7 +111,7 @@ if command -v -- python3 >/dev/null 2>&1; then
111111fi
112112if command -v -- brew > /dev/null 2>&1 ; then
113113 command brew generate-man-completions --debug --verbose 2> /dev/null
114- command brew bundle dump --all -- cask --debug --describe --file=- --force --formula --mas --no-restart --tap | command -p -- sed -e ' $! N' -e ' /^#.*\n[^#]/ s/\n/\t/' -e ' P' -e ' D' | command -p -- sed -e ' s/\(.*\)\t\(.*\)/\2\1/' | command -p -- sed -e ' s/^\(tap\)/1\1/' -e ' s/^\(brew\)/2\1/' -e ' s/^\(cask\)/3\1/' | LC_ALL=' C' command -p -- sort -f | {
114+ command brew bundle dump --cask --debug --describe --file=- --force --formula --mas --no-restart --tap | command -p -- sed -e ' $! N' -e ' /^#.*\n[^#]/ s/\n/\t/' -e ' P' -e ' D' | command -p -- sed -e ' s/\(.*\)\t\(.*\)/\2\1/' | command -p -- sed -e ' s/^\(tap\)/1\1/' -e ' s/^\(brew\)/2\1/' -e ' s/^\(cask\)/3\1/' | LC_ALL=' C' command -p -- sort -f | {
115115 command -p -- printf -- ' #!/usr/bin/env ruby\n'
116116 command -p -- printf -- ' # frozen_string_literal: true\n\n'
117117 command -p -- sed -e ' s/^[[:digit:]]//' -e ' s/\([^#]*\)\(#.*\)/\2\n\1/'
You can’t perform that action at this time.
0 commit comments