mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
chore: add fs related helpers that allow to cat files from either a remote repo, including a different branch than main, or from a local folder, so we contributors can change their changes locally
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/fs.func)
|
||||
source <(fs_cat misc/build.func)
|
||||
# Copyright (c) 2021-2024 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# Co-Author: remz1337
|
||||
@@ -9,12 +10,12 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
|
||||
function header_info {
|
||||
clear
|
||||
cat <<"EOF"
|
||||
______ ____ __
|
||||
______ ____ __
|
||||
/ ____/___ / / /___ _/ /_ ____ _________ _
|
||||
/ / / __ \/ / / __ `/ __ \/ __ \/ ___/ __ `/
|
||||
/ /___/ /_/ / / / /_/ / /_/ / /_/ / / / /_/ /
|
||||
\____/\____/_/_/\__,_/_.___/\____/_/ \__,_/
|
||||
|
||||
/ /___/ /_/ / / / /_/ / /_/ / /_/ / / / /_/ /
|
||||
\____/\____/_/_/\__,_/_.___/\____/_/ \__,_/
|
||||
|
||||
EOF
|
||||
}
|
||||
header_info
|
||||
|
||||
Reference in New Issue
Block a user