feat: change shebang to `/usr/bin/env sh`

this setting is more user-config compliant
This commit is contained in:
David JULIEN 2021-02-12 23:20:57 +01:00
parent b2bfb330a7
commit 28dfdd5ae5
28 changed files with 28 additions and 29 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -2,7 +2,7 @@
**Hello, world!** This is my scripts directory. Feel free to use it at your convenience :)
**/!\\** Those scripts are POSIX-compliant (hence `#! /bin/sh`), they are supposed to be run with such shell (BaSH, zsh, dash...); FISH, for example, might cause problems (with `if` statements, for instance) if a script is run directly in a terminal; I recommend launching background scripts within `.xinit` to avoid those issues
**/!\\** Those scripts are POSIX-compliant (hence `#! /usr/bin/env sh`), they are supposed to be run with such shell (BaSH, zsh, dash...); FISH, for example, might cause problems (with `if` statements, for instance) if a script is run directly in a terminal; I recommend launching background scripts within `.xinit` to avoid those issues
## Scripts

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapated from github.com/jschx/ufetch)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch
@ -12,7 +12,6 @@
######################################################################
#! /bin/sh
# Gather the mom files from current dir and compile them into ONE pdf file, using my compiler script
# /!\ files must be names 0_file0, 1_file1... in order to be processed correctly

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
######################################################################
# @author : swytch