5 name
=$
(echo "$@" |
sed 's/\s\+/-/g');
6 timestamp
=$
(date +'%F--%H-%M-%S');
7 directory
="$HOME/x/$timestamp--$name";
10 printf '# %s\n' "$name" > README
;
12 git commit
--allow-empty -m 'Root commit' >&2
14 git commit
-m 'Initial commit' >&2
This page took 0.067191 seconds and 4 git commands to generate.