From b6b0cfef73296cfa684e4d56653efe16d5a4f69d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 20 Jan 2017 03:30:25 +0300 Subject: setenv.sh: get rid of excessive comments --- setenv.sh | 15 --------------- 1 file changed, 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), -- cgit v1.2.3