Commit Graph

15 Commits

Author SHA1 Message Date
31a8717bbe update: added simple executor 2025-10-29 20:57:15 +01:00
c90fb3ef67 Merge branch 'feature/core' into develop 2025-10-23 23:20:58 +02:00
f8c6aed23d update: variables are now stored separeatedly in t_variables and lines are stored and parsed on each execution 2025-10-23 14:33:57 +02:00
4546c7c252 update: added extremely basic parsing, only for separated environment variables 2025-10-23 14:33:57 +02:00
b55dd50aa5 update: added extremely basic parsing, only for separated environment variables 2025-10-23 14:10:48 +02:00
92ed2bbd3e structure: moved core functions (init, run, clear) to core.h to prevent circular include 2025-10-22 19:36:59 +02:00
b337b86190 structure: moved core functions (init, run, clear) to core.h to prevent circular include 2025-10-22 19:35:38 +02:00
c680555c0d chore: added core base utilities 2025-10-22 17:05:00 +02:00
982bbca0fc update: added header file with library inclusions 2025-10-20 20:40:49 +02:00
56a19a23bc restart: deleted all source and header files, restarting project 2025-10-20 12:49:35 +02:00
161ac6b69d saved changes before repartition 2025-09-12 12:41:24 +02:00
3e7dd56340 update: functions done: echo + echo -n, pwd, exit with and without arguments / parser appears to work, test with commands and local files (only tested with ls -l) 2025-08-04 00:38:53 +02:00
e89de4e20b update: removed .gitkeep from all directories 2025-08-01 03:32:08 +02:00
sdevsantiago
7b7d500db9 update: executes commands only in /usr/bin 2025-07-31 14:45:06 +02:00
Sergio
8f8f91994e Initial commit 2025-07-31 03:22:38 +02:00