Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit454e21e

Browse files
v0.0.6, regenerate dist files
1 parentb7bf7e1 commit454e21e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎dist/ColorEcho.bash‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function echo.LightBoldULBrown
481481
}
482482
functionecho.Rainbow
483483
{
484-
if["type lolcat" ];then
484+
iftype lolcat> /dev/null2>&1;then
485485
echo"$@"| lolcat
486486
else
487487
echo"$@"

‎dist/ColorEcho.ksh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function echoLightBoldULBrown
481481
}
482482
functionechoRainbow
483483
{
484-
if["type lolcat" ];then
484+
iftype lolcat2> /dev/null>&2;then
485485
echo"$@"| lolcat
486486
else
487487
echo"$@"

‎dist/ColorEcho.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ echoLightBoldULBrown()
481481
}
482482
echoRainbow()
483483
{
484-
if["type lolcat" ];then
484+
iftype lolcat> /dev/null2>&1;then
485485
echo"$@"| lolcat
486486
else
487487
echo"$@"

‎dist/ColorEcho.zsh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function echo.LightBoldULBrown
481481
}
482482
functionecho.Rainbow
483483
{
484-
if["type lolcat" ];then
484+
iftype lolcat> /dev/null2>&1;then
485485
echo"$@"| lolcat
486486
else
487487
echo"$@"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp