X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fx;h=50698333c950fb5adabaf36336678869fae2eea5;hb=807bbf47c0978ced4802ec35ed99727914a4af0e;hp=59a47106a5d0f55804d983ae054fb142423cd0fd;hpb=fdc8785261d04be8df8158cf1eef192bf2d000e7;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";