fix schbang
This commit is contained in:
parent
a58599bbd3
commit
d78d5fe4b3
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/run/current-system/profile/bin/bash
|
||||||
|
|
||||||
source ./guix-log
|
source ./guix-log
|
||||||
source ./guix-env
|
source ./guix-env
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/run/current-system/profile/bin/bash
|
||||||
|
|
||||||
# added by scripts during runtime!!!
|
# added by scripts during runtime!!!
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/run/current-system/profile/bin/bash
|
||||||
|
|
||||||
ERROR() {
|
ERROR() {
|
||||||
>&2 printf "\x1b[91mError: \x1b[0m\x1b[98m$1\n"
|
>&2 printf "\x1b[91mError: \x1b[0m\x1b[98m$1\n"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/run/current-system/profile/bin/bash
|
||||||
|
|
||||||
set -o emacs;
|
set -o emacs;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/run/current-system/profile/bin/bash
|
||||||
|
|
||||||
welcome() {
|
welcome() {
|
||||||
cat<<"EOF"
|
cat<<"EOF"
|
||||||
|
|
Loading…
Reference in a new issue