Skip to content

Commit

Permalink
Update bash shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
deadloko committed Jul 9, 2018
1 parent d1d9a7e commit e8e191a
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/Hack/autohint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ------------------------------------------------------------------
#
# autohint.sh
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/Hack/postprocess.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/archive-fonts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.0
# Iterates over all patched fonts directories
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/generate-casks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/generate-css.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.0
# Generates CSS file for the font
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/generate-fontconfig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/gotta-patch-em-all-font-patcher!.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_dev.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Devicons (198 icons, 7 do not have an established name)
# Codepoints: Nerd moved E600-E6C5 → E700-E7C5
test -n "$__i_dev_loaded" && return || __i_dev_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_fa.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Font Awesome (version 4.7.0, 675 icons, 111 aliases)
# Codepoints: F000-F2E0 with holes
test -n "$__i_fa_loaded" && return || __i_fa_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_fae.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Font Awesome Extension (170 icons)
# Codepoints: Nerd Fonts moved E000-E0A9 → E200-E2A9
test -n "$__i_fae_loaded" && return || __i_fae_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_iec.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# IEC Power Symbols (5 icons)
# Codepoints: 23FB-23FE 2B58
test -n "$__i_iec_loaded" && return || __i_iec_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Font Logos (Font Linux) (29 icons)
# Codepoints: Nerd Fonts moved F100-F11C with holes → F300-F31C
# Nerd Fonts Version: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_material.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Material Design Icons (2,119 icons)
# Codepoints: F001, F847, Nerd Fonts moved F500-FD46
# Nerd Fonts Version: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_oct.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Octicons (172 icons)
# Codepoints: 2665, 26A1, Nerd Fonts moved F000-F105 with holes → F400-F4A8, F27C → F67C
test -n "$__i_oct_loaded" && return || __i_oct_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_ple.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Powerline Extra Symbols (37 icons, 3 aliases)
# Codepoints: E0A0-E0A3 E0B0-E0BF E0C0-E0C8 E0CC-E0CF E0D0-E0D2 E0D4
test -n "$__i_ple_loaded" && return || __i_ple_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_pom.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Pomicons (11 icons)
# Codepoints: E000-E00A
test -n "$__i_pom_loaded" && return || __i_pom_loaded=1
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_seti.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Seti-UI + Custom (53 icons, 6 aliases)
# Codepoints: E5FA-E62E
# Nerd Fonts Version: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_weather.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Weather Icons (228 icons)
# Codepoints: F000, F0EB, Nerd Fonts moved E300-E3EB
# Nerd Fonts Version: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# calls the necessary scripts in the necessary order to prepare for a release

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/standardize-and-complete-readmes.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/test-fonts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/test-powerlines.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/upload-archives.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.1
# Iterates over all archives and uploads to given release
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/version-bump.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.0.1
# bump version number for release in scripts (bash and python)
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Install Nerd Fonts
__ScriptVersion="0.3"

Expand Down

0 comments on commit e8e191a

Please sign in to comment.