-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aesthetic script changes #543
Aesthetic script changes #543
Conversation
@@ -1,4 +1,4 @@ | |||
// Output | |||
// Hello World | |||
|
|||
$echo {$echo {$echo {$echo Hello World$ failed {}}$ failed {}}$ failed {}}$ failed {} | |||
$ echo { $ echo { $ echo { $ echo Hello World $ failed { } } $ failed { } } $ failed { } } $ failed { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, this outputs "Hello World" as expected, but shows "Empty failed block" warnings.
@@ -12,5 +12,5 @@ main { | |||
} else { | |||
echo "File {tmpdir}/amber-symbolic not exists" | |||
} | |||
trust $ rm -fr {tmpdir} $ | |||
trust $ rm -rf {tmpdir} $ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you pronounce it? remove rf tmpdir? why not "remove for real the tmpdir"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're equivalent, but I've always seen it written -rf
for --recursive --force
. And a quick Google search turned up way more hits for that than for -fr
.
Fixes #523.