moved v1 folder

This commit is contained in:
[yuri]
2025-11-10 10:43:23 +01:00
parent 2621bf199c
commit 57323fc6ae
30 changed files with 0 additions and 0 deletions

21
v1/xxx-template.sh Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
#set -e
##################################################################################################################
#tput setaf 0 = black
#tput setaf 1 = red
#tput setaf 2 = green
#tput setaf 3 = yellow
#tput setaf 4 = dark blue
#tput setaf 5 = purple
#tput setaf 6 = cyan
#tput setaf 7 = gray
#tput setaf 8 = light blue
##################################################################################################################
echo
tput setaf 3
echo "################################################################"
echo "################### Start Arch setup"
echo "################################################################"
tput sgr0
echo