1
0
Fork 0
Where I keep diverse scripts that I wrote over the years
Find a file
trotFunky b6bcec6d88 bootSound: Remove usage of /dev/urandom
The bootSound script started to hang on strings /dev/urandom,
so replace it with a cleaner random number generation.

24134 could be used for bash, but this would make the script
less generic, as it is not available in POSIX.

Use awk random() from a suggestion from ShellCheck.

Remove the code that was there to control the parsing from
/dev/urandom.

Other fixes :
 - Use wc rather than grep to count the files
 - Use a subshell for proper directory handling
2023-11-20 11:40:25 +01:00
INTech Changed the structure, added README 2020-05-17 15:07:53 +01:00
Perso bootSound: Remove usage of /dev/urandom 2023-11-20 11:40:25 +01:00
VPS Add Tandoor containers stop/start for backups 2022-05-08 20:17:17 +01:00
README.md Moved some scripts to a VPS directory 2020-05-17 15:16:48 +01:00

Shell scripts

This repository contains shell scripts that I wrote for myself, my robotics club or my server, mainly in Bash.
It also contains some timer services for systemd.

Structure

  • Perso : Personal scripts
  • INTech : Scripts made for INTech, my robotics club
  • VPS : Scripts mainly used on my server