[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.150: ~ $
#!/bin/sh
# Usage: gen-changelog [comittish]
# Reads all the commits since comittish and produces changelog entries in
# our style as best as it can, appendning them to CHANGELOG.md.  If it
# encounters a git error it won't modify CHANGELOG.md
# @iarna uses this as the first step in producing changelogs for a release.
(node $(npm prefix)/scripts/changelog.js "$@"; cat CHANGELOG.md) > new.md && mv new.md CHANGELOG.md

Filemanager

Name Type Size Permission Actions
changelog.js File 2.89 KB 0644
clean-old.sh File 4.16 KB 0755
dep-update File 149 B 0755
dev-dep-update File 143 B 0755
doc-build.sh File 3.18 KB 0755
gen-changelog File 420 B 0755
index-build.js File 1.68 KB 0755
install.sh File 6.09 KB 0755
maketest File 2.02 KB 0755
publish-tag.js File 151 B 0644
release.sh File 657 B 0644
relocate.sh File 665 B 0755
update-authors.sh File 183 B 0755