@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a doc typo

Summary: chack spels

Test Plan: typey typey

Reviewers: chad, hach-que

Reviewed By: hach-que

Differential Revision: https://secure.phabricator.com/D14175

+1 -1
+1 -1
src/docs/user/field/exit_codes.diviner
··· 151 151 used as an argument for communicating application status in exit codes. 152 152 153 153 We reject this because we don't think you should be writing `bash` scripts if 154 - you're doing real operations. Funadmentally, `bash` shell scripts are not a 154 + you're doing real operations. Fundamentally, `bash` shell scripts are not a 155 155 robust building block for creating correct, reliable operational processes. 156 156 157 157 Here is one problem with using `bash` scripts to perform operational tasks.