X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fexperiment;h=0faa9183439b103d3fc6a1bd36107446abccccf8;hb=a42aa7f8f5339e4231aa4a3c79a2038450b94178;hp=3a40a51341b4e48f69ae3b9e617dd71a96a81cf8;hpb=8bb31e8f1389a16449f504cffb8aaa66c112ba40;p=khome.git diff --git a/home/bin/experiment b/home/bin/experiment index 3a40a51..0faa918 100755 --- a/home/bin/experiment +++ b/home/bin/experiment @@ -7,7 +7,7 @@ name="$1"; if [ "$name" != "" ]; then timestamp=`date +'%F--%H-%M--%S'`; - directory="$HOME/Experiments/$timestamp--$name"; + directory="$HOME/x/$timestamp--$name"; mkdir -p "$directory"; cd "$directory"; echo "# $name\n" > README.md;