generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_5.sh
36 lines (29 loc) · 1.45 KB
/
PROJECT_LANG_5.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/sh
# Start of script
# The 5th project language file for this project.
function projectLanguageFileFive() {
echo ("Project language file #5");
wait 1;
echo ("For: seanpm2001//SeansLifeArchive/Images/KDE/");
wait 1;
echo ("About:");
wait 0.2;
echo ("I chose Shell as the fifth project language file for this project (SeansLifeArchive/Images/KDE) as Shell is the #5 most used language by KDE for their projects, and I wanted to represent it here with a project language file, as this is a project directly about KDE. I will also make project language files for C++ (1) QML (2) Python (3) and CMake (4) It is getting its own project language file, starting here.");
wait 12;
return 0;
break;
}
# Output:
# Project language file #5
# For: seanpm2001//SeansLifeArchive/Images/KDE/
# About:
# I chose Shell as the fifth project language file for this project (SeansLifeArchive/Images/KDE) as Shell is the #5 most used language by KDE for their projects, and I wanted to represent it here with a project language file, as this is a project directly about KDE. I will also make project language files for C++ (1) QML (2) Python (3) and CMake (4) It is getting its own project language file, starting here.
return projectLanguageFileFive();
break;
return 0;
exit;
# File info
# File version: 1 (2022, Sunday, August 28th at 7:00 pm PST)
# File type: Bourne Again SHell Script file (*.sh)
# Line count (including blank lines and compiler line): 37
# End of script