diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
| commit | c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c (patch) | |
| tree | 3e4f42f93c7ae89a364e4d51fff6e5cec4e55fa9 /rushs/tinyprintf/create_files | |
add: graphs et rushs
Diffstat (limited to 'rushs/tinyprintf/create_files')
| -rwxr-xr-x | rushs/tinyprintf/create_files/create_files.sh | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/rushs/tinyprintf/create_files/create_files.sh b/rushs/tinyprintf/create_files/create_files.sh new file mode 100755 index 0000000..28dba00 --- /dev/null +++ b/rushs/tinyprintf/create_files/create_files.sh @@ -0,0 +1,34 @@ +#!/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 |
