aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setenv.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-20 03:30:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-20 03:30:25 +0300
commitb6b0cfef73296cfa684e4d56653efe16d5a4f69d (patch)
tree8cf18cfb0ea2c1cc7d54a682956e82060a6fd6ad /setenv.sh
parentadd a game (diff)
downloadchess-games-b6b0cfef73296cfa684e4d56653efe16d5a4f69d.tar.gz
chess-games-b6b0cfef73296cfa684e4d56653efe16d5a4f69d.zip
setenv.sh: get rid of excessive comments
Diffstat (limited to 'setenv.sh')
-rwxr-xr-xsetenv.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/setenv.sh b/setenv.sh
index 7be94e8..eda19d4 100755
--- a/setenv.sh
+++ b/setenv.sh
@@ -8,21 +8,6 @@
# Utility functions and aliases for "prettifying" PGN files (mostly those
# downloaded from Chess.com).
-# You can use the functions and aliases from this file by "sourcing" it in
-# `bash` (other shells might work as well):
-#
-# > source setenv.sh
-#
-# `bash` 4.3.42, distributed by the Cygwin project, has been verified to work
-# properly.
-# The dependencies, along with their respective versions that were verified to
-# work properly (also provided by the Cygwin project), are
-#
-# * `coreutils` 8.25,
-# * `sed` 4.2.2.
-#
-# Any Cygwin installation should already have these packages installed.
-
# I consider a PGN file to be "pretty" if it
#
# 1. has Unix-style newlines (\n),