9 timestamp
=`date +'%F--%H-%M--%S'`;
10 directory
="$HOME/Experiments/$timestamp--$name";
11 mkdir
-p "$directory";
13 echo "# $name\n" > README.md
;
16 git commit
-m 'Initial commit' >&2
19 echo "Please give the experiment a name, as the first argument.";
This page took 0.068341 seconds and 4 git commands to generate.