From fdbbb53154767dcf1834b22e7cde54e5b4951a02 Mon Sep 17 00:00:00 2001 From: NodariGogatishvili <35267253+NodariGogatishvili@users.noreply.github.com> Date: Wed, 27 Mar 2019 10:35:41 +0100 Subject: [PATCH 1/3] Create gog2.sh --- gog2.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gog2.sh diff --git a/gog2.sh b/gog2.sh new file mode 100644 index 0000000..5d30c18 --- /dev/null +++ b/gog2.sh @@ -0,0 +1,8 @@ +Write dash script which will write it own code to your personal web page on Matfyz http://www.ms.mff.cuni.cz/~USERNAME/intro19.html +write your USERNAME which you use for login in lab or SIS +You must set up your web page firts, this may help you http://wiki.ms.mff.cuni.cz/wiki/laborato%C5%99_UNIX#WWW_str%C3%A1nky +Script will also read from this file on git to set font-size which will be solution of y=5+12/2+2*5 in pixels. +Script must heve 2 paramters first output adsress and second color of code in html +./NAME.sh [ address ] [ color ] +It must accept any valid html/css color definition. +And your html file must containe css style body {background: black} //read from from this file on git From fedc7f48d229e9fffb4313389e44ce21f4f3d49c Mon Sep 17 00:00:00 2001 From: NodariGogatishvili <35267253+NodariGogatishvili@users.noreply.github.com> Date: Wed, 27 Mar 2019 21:59:04 +0100 Subject: [PATCH 2/3] Update gog2.sh --- gog2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gog2.sh b/gog2.sh index 5d30c18..ea618db 100644 --- a/gog2.sh +++ b/gog2.sh @@ -1,6 +1,6 @@ -Write dash script which will write it own code to your personal web page on Matfyz http://www.ms.mff.cuni.cz/~USERNAME/intro19.html +Write dash script which will write its own code to your personal web page on Matfyz http://www.ms.mff.cuni.cz/~USERNAME/intro19.html write your USERNAME which you use for login in lab or SIS -You must set up your web page firts, this may help you http://wiki.ms.mff.cuni.cz/wiki/laborato%C5%99_UNIX#WWW_str%C3%A1nky +You must set up your web page first, this may help you http://wiki.ms.mff.cuni.cz/wiki/laborato%C5%99_UNIX#WWW_str%C3%A1nky Script will also read from this file on git to set font-size which will be solution of y=5+12/2+2*5 in pixels. Script must heve 2 paramters first output adsress and second color of code in html ./NAME.sh [ address ] [ color ] From 4fc455385031ad005985b83a1ccc070f1736b632 Mon Sep 17 00:00:00 2001 From: NodariGogatishvili <35267253+NodariGogatishvili@users.noreply.github.com> Date: Wed, 27 Mar 2019 22:00:05 +0100 Subject: [PATCH 3/3] Rename gog2.sh to gog-2-ScriptWebPrint.sh --- gog2.sh => gog-2-ScriptWebPrint.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gog2.sh => gog-2-ScriptWebPrint.sh (100%) diff --git a/gog2.sh b/gog-2-ScriptWebPrint.sh similarity index 100% rename from gog2.sh rename to gog-2-ScriptWebPrint.sh