Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
totalreset
Phreakuency Radio
Commits
6f5b4c7d
Commit
6f5b4c7d
authored
Dec 02, 2020
by
totalreset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed README
parent
4f2ec46e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
20 deletions
+2
-20
website/README.md
website/README.md
+2
-2
website/images/changename.shBACKUP
website/images/changename.shBACKUP
+0
-18
No files found.
website/README.md
View file @
6f5b4c7d
...
...
@@ -4,7 +4,7 @@
## css script
In order to change css style there is a little script that changes every second the name of the css in rotation.
\
Same happen with the background images, there is a script in the images folder that does the same trick.
In order to change css style there is a little script
"changenameCSS.sh"
that changes every second the name of the css in rotation.
\
Same happen with the background images, there is a script in the images folder
called "changename.sh"
that does the same trick.
website/images/changename.shBACKUP
deleted
100755 → 0
View file @
4f2ec46e
#!/usr/bin/bash
# The idea of this script is to rotate the name of the pics to be used as background in the website, withouth adding javascript.
while
[
true
]
;
do
mv
bg1.jpg bgtmp.jpg
mv
bg2.jpg bg1.jpg
mv
bg3.jpg bg2.jpg
mv
bgtmp.jpg bg3.jpg
echo
"Files have changed names"
sleep
1
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment