summaryrefslogtreecommitdiff
path: root/bin/usbskelhere
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-29 06:49:57 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-01-29 06:49:57 +0900
commit7a2d34202a24e1bff611bae3e7bda224dff584a9 (patch)
tree9258020e4be948521a880b6265dfa720cd018393 /bin/usbskelhere
parented5ad11137276413e1e25a965ff1d66bd72ff792 (diff)
downloaddotfiles-7a2d34202a24e1bff611bae3e7bda224dff584a9.tar.gz
make a doc directory on usbs
Diffstat (limited to 'bin/usbskelhere')
-rwxr-xr-xbin/usbskelhere2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/usbskelhere b/bin/usbskelhere
index 11070362..44fc8643 100755
--- a/bin/usbskelhere
+++ b/bin/usbskelhere
@@ -3,7 +3,7 @@
while true; do
read -p "This might overwrite stuff in $(pwd). Is that okay? " yn
case $yn in
- [Yy]* ) cp -RLf ~/lib/annex/big/skel/usb/* .; break;;
+ [Yy]* ) mkdir -p doc; cp -RLf ~/lib/annex/big/skel/usb/* .; break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
esac