Skip to content

Commit 392abaf

Browse files
authored
New version. added config file and two new script
New version. added config file and two new script - Added a code.conf configuration file to facilitate adaptation. - New options have been added to several scripts; see your favorite script for details. - Bugs have been fixed and the code has been generally improved (more work is needed). Two new scripts have been added: mt: Array in variable, database. killer: Manages processes if they exist.conf to make configuration more
1 parent b73addc commit 392abaf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ CONTENT:
2222
- Control temperature by adjusting CPU frequency (tempfreq, tempfreq_log)
2323
- Terminate the system by time or temperature (fin)
2424
- Converts a partial path to absolute and assigns it to a variable (path)
25+
- Manejar matrices archivables 2D (mt)
26+
- Gestionar procesos evitando errores de existencia (killer)
2527

2628
CONFIGURATION:
2729

2830
Include the config script in your .bashrc:
2931

30-
user$ echo ". PATH_TO/acucu_code.conf" >> /home/$USER/.bashrc
32+
user$ echo ". PATH_TO/code.conf" >> /home/$USER/.bashrc
3133

3234
"PATH_TO" is the folder where you have placed the acucu_code files. You can edit
3335
the configuration file to define this folder to make it accessible to the scripts.

code.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#acuku_code oxr 2026
33

44
# Include this file in your .bashrc
5-
# user$ echo ". PATH_TO/acucu_code.conf" >> /home/$USER/.bashrc
5+
# user$ echo ". PATH_TO/code.conf" >> /home/$USER/.bashrc
66

77
# By default, these scripts are expected to be in the /home/$USER/code folder,
88
# since 'include', 'tempfreq_log' and each script's calls to 'infsh' all refer to

0 commit comments

Comments
 (0)