This commit is contained in:
Dorian Zedler 2022-07-20 14:15:19 +02:00
parent 9076202d5f
commit 72e2136ceb
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ md2: ${OBJ}
t/%:
@mkdir -p t
@echo
@echo -e "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}"
@echo "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}"
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
@echo "${BLUE}=== done ===${NC}"
@echo