From 5b0b7cc4471d31100dd09909a97b52506c9cc71e Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 2 Apr 2026 06:09:29 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20filecreate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filecreate | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 filecreate diff --git a/filecreate b/filecreate new file mode 100644 index 0000000..5551ec3 --- /dev/null +++ b/filecreate @@ -0,0 +1,3 @@ +#!/bin/bash + +dd if=/dev/zero of=30032026.png bs=1M count=10240 \ No newline at end of file