X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fx;h=50698333c950fb5adabaf36336678869fae2eea5;hb=d1d9daef1cd092c0029e2bce2bc2c719616dffab;hp=59a47106a5d0f55804d983ae054fb142423cd0fd;hpb=0443168ac4d6036193dde0a2ece8fc858c732033;p=khome.git diff --git a/home/bin/x b/home/bin/x index 59a4710..5069833 100755 --- a/home/bin/x +++ b/home/bin/x @@ -6,7 +6,7 @@ name=$(echo "$@" | sed 's/\s\+/-/g'); if [ "$name" != "" ]; then - timestamp=$(date +'%F--%H-%M--%S'); + timestamp=$(date +'%F--%H-%M-%S'); directory="$HOME/x/$timestamp--$name"; mkdir -p "$directory"; cd "$directory";