mirror of
https://github.com/danbulant/rush
synced 2026-05-19 04:18:35 +00:00
6 lines
No EOL
114 B
Text
6 lines
No EOL
114 B
Text
set test = val
|
|
echo var $test
|
|
set test = $test
|
|
echo last exit code $status
|
|
false
|
|
echo last false exit code $status |