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/evalexpr/glob_remove_shell/glob_remove_shell.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 rushs/evalexpr/glob_remove_shell/glob_remove_shell.sh (limited to 'rushs/evalexpr/glob_remove_shell') diff --git a/rushs/evalexpr/glob_remove_shell/glob_remove_shell.sh b/rushs/evalexpr/glob_remove_shell/glob_remove_shell.sh deleted file mode 100755 index c2e7ff7..0000000 --- a/rushs/evalexpr/glob_remove_shell/glob_remove_shell.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -fmt=*.${1:-"txt"} - -for file in $(echo "$fmt"); do - [ -e "$file" ] && rm "$file" || exit 1 -done -- cgit v1.2.3