Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (39 loc) · 913 Bytes

README.md

File metadata and controls

39 lines (39 loc) · 913 Bytes

script

contains all my personal script and alias for 42


Alias/zshrc

contain all personal alias and export var

Prog


script

all my personal script
  • check_basic.sh (in work)
    • check if the dev have write the code in the good way :
      • protected malloc
      • corect header (username)
  • compilette.sh
    • compile file every 5 sec
  • gitc.sh
    • git clone with only the project name
  • groutine.sh
    • git routine (git add ., git commit, and git push at the same time)
    • need arg for the git commit
  • killtask.sh
    • kill the named task in arg
  • norminette.sh
    • only if you have the script norminette
    • run the norminette every 5 sec
  • quotilette.sh
    • select a random line form a specified file see TEXT_DIR var
  • work.sh (in work)
    • improved cd
  • test().sh
    • test of the command say
    • test color output of the shell
    • nothing really important