logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

gen-Makefile.config (105B)


  1. #!/bin/sh
  2. echo 'EXE = '$(ls -d *.c | sed 's;\b\.c\b;;g')
  3. echo 'MAN1 = '$(ls -d *.1 | sed 's;\b\.c\b;;g')