4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/bash
|
|
touch .rebuild_kerep.tmp
|
|
myprint "${YELLOW}kerep.a will be rebuilt in the next build task"
|