diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-04 23:18:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-04 23:18:30 +0300 |
commit | 97387d8e76d4874724b4eb0d621b0ef103486a01 (patch) | |
tree | 73fb8ce2878a084f924825338b88ec6d47fbefe1 /update.sh | |
parent | refactoring (diff) | |
download | config-links-97387d8e76d4874724b4eb0d621b0ef103486a01.tar.gz config-links-97387d8e76d4874724b4eb0d621b0ef103486a01.zip |
add README
Diffstat (limited to '')
-rw-r--r-- | update.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/windows-home. # Distributed under the MIT License. -# This relies on the availability of native symlinks. +# This script relies on the availability of native symlinks. # Those are indeed supported by NTFS, but require Administrator privileges for # creation. # It likely won't bother you as long as you don't use the functions defined in @@ -17,6 +17,8 @@ # `CYGWIN` Windows environment variable value **must** include either # `winsymlinks:native` or `winsymlinks:nativestrict`! +# usage: ./update.sh + set -o errexit set -o nounset set -o pipefail |