@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
at upstream/main 8 lines 188 B view raw
1#!/usr/bin/env php 2<?php 3 4require_once dirname(dirname(__FILE__)).'/__init_script__.php'; 5 6echo pht('This script was replaced with `%s`!.', './bin/celerity sprites'); 7echo "\n"; 8exit(13);