4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash
|
|
touch .rebuild_kerep
|
|
printf "kerep.a will be rebuilt in the next build task"
|