From 73c2b00a10c5786ddeeacc915e233fd4df1c9321 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 11 Oct 2025 22:19:00 +0200 Subject: fix: evalexpr & tinyprintf contenaient toute la piscine --- rushs/tinyprintf/create_files/create_files.sh | 34 --------------------------- 1 file changed, 34 deletions(-) delete mode 100755 rushs/tinyprintf/create_files/create_files.sh (limited to 'rushs/tinyprintf/create_files') diff --git a/rushs/tinyprintf/create_files/create_files.sh b/rushs/tinyprintf/create_files/create_files.sh deleted file mode 100755 index 28dba00..0000000 --- a/rushs/tinyprintf/create_files/create_files.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -touch ' ' -chmod 644 ' ' - -touch '\' -chmod 644 '\' - -touch -- -- -chmod 644 -- -- - -touch '|' -chmod 644 '|' - -touch '"' -chmod 644 '"' - -touch "'" -chmod 644 "'" - -touch -- --\$i*\'\"\\ -chmod 644 -- --\$i*\'\"\\ - -touch '# Exams are fun!' -chmod 644 '# Exams are fun!' - -touch ";\`kill -9 0\`" -chmod 644 ";\`kill -9 0\`" - -path="1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36/37/38/39/40/41/42/43/44/45/46/47/48/49/50" - -mkdir -p "$path" -touch $path/farfaraway -chmod 644 $path/farfaraway -- cgit v1.2.3