runscript 2.0.0-alpha.2

Project execution script manager
Documentation
1
2
3
4
5
6
7
$# r
echo Test 'basic command' "with textual" arguments

echo 'environment variables:' $HOME

echo 'globs:' ../src/*.rs
$|