diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 13:37:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 13:37:28 +0100 |
commit | 1888de26d1c23b4de0f74ed4444869ab77421fd9 (patch) | |
tree | 7ec97217d2858a2ccc84405419347cd4f220be6a /joes-arch-install-UEFI.sh | |
parent | set to printf (diff) | |
download | arch-installer-1888de26d1c23b4de0f74ed4444869ab77421fd9.tar.gz arch-installer-1888de26d1c23b4de0f74ed4444869ab77421fd9.tar.bz2 arch-installer-1888de26d1c23b4de0f74ed4444869ab77421fd9.tar.xz arch-installer-1888de26d1c23b4de0f74ed4444869ab77421fd9.tar.zst arch-installer-1888de26d1c23b4de0f74ed4444869ab77421fd9.zip |
learning printf
Diffstat (limited to 'joes-arch-install-UEFI.sh')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index fbd129d..59eeae7 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -15,14 +15,14 @@ intelamdcpu="none" intelamdgpu="none" clear -printf "#============ WELCOME ============#\n -# #\n -# Welcome to Joe's #\n -# ARCH LINUX #\n -# UEFI INSTALL SCRIPT #\n -# #\n -# (press [return] to begin...) #\n -# #\n +printf "#============ WELCOME ============# +# # +# Welcome to Joe's # +# ARCH LINUX # +# UEFI INSTALL SCRIPT # +# # +# (press [return] to begin...) # +# # #=================================#" read -r |