fix: Fix shebangs
This commit is contained in:
parent
6c27793897
commit
af6f60c8f5
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# bafscript -- backup automation micro-framework.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# backup.sh - functions for backup processing.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# common.sh - common functions.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# script.sh - utilitary functions.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# uri.sh - URI processing functions.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
|
Loading…
Reference in New Issue
Block a user