From c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:08:27 +0200 Subject: add: graphs et rushs --- rushs/evalexpr/using_special_variables/print.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 rushs/evalexpr/using_special_variables/print.sh (limited to 'rushs/evalexpr/using_special_variables') diff --git a/rushs/evalexpr/using_special_variables/print.sh b/rushs/evalexpr/using_special_variables/print.sh new file mode 100755 index 0000000..c24bebd --- /dev/null +++ b/rushs/evalexpr/using_special_variables/print.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +echo $# +echo $* +echo $1 +echo $2 +echo $3 +echo ${13} +echo $0 -- cgit v1.2.3