diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-10-11 22:19:00 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-10-11 22:19:00 +0200 |
| commit | 73c2b00a10c5786ddeeacc915e233fd4df1c9321 (patch) | |
| tree | e299ea4e8ac161b2b21170172ff8f182c1c3fe1a /rushs/tinyprintf/create_files | |
| parent | c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c (diff) | |
fix: evalexpr & tinyprintf contenaient toute la piscine
Diffstat (limited to 'rushs/tinyprintf/create_files')
| -rwxr-xr-x | rushs/tinyprintf/create_files/create_files.sh | 34 |
1 files changed, 0 insertions, 34 deletions
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 |
