diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-20 03:30:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-20 03:30:25 +0300 |
commit | b6b0cfef73296cfa684e4d56653efe16d5a4f69d (patch) | |
tree | 8cf18cfb0ea2c1cc7d54a682956e82060a6fd6ad | |
parent | add a game (diff) | |
download | chess-games-b6b0cfef73296cfa684e4d56653efe16d5a4f69d.tar.gz chess-games-b6b0cfef73296cfa684e4d56653efe16d5a4f69d.zip |
setenv.sh: get rid of excessive comments
-rwxr-xr-x | setenv.sh | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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), |