diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-17 23:23:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-17 23:23:36 -0300 |
| commit | b1f864b34c93eec25ab3231a469e0e48d37c411d (patch) | |
| tree | ba862b8804490b5f7f184dcfd89b573cd4df8604 /README.md | |
| parent | scripts/post.sh: Add trailing newline (diff) | |
| download | dotfiles-b1f864b34c93eec25ab3231a469e0e48d37c411d.tar.gz dotfiles-b1f864b34c93eec25ab3231a469e0e48d37c411d.tar.xz | |
Split sheband line from shell options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -140,7 +140,8 @@ blue "File 'EuAndreh.tar.gpg' created!" ### `copy-public-key.sh` ``` -#!/bin/sh -eux +#!/bin/sh +set -eux FINGERPRINT='5BDAE9B8B2F6C6BCBB0D6CE581F90EC3CD356060' FILE="$(mktemp)" |
