Source directory creating script for competitive programmers who are using c++ and neovim
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

5 行
92 B

  1. #!/bin/sh
  2. cp -n .config.d/template.cpp ${1%.*}.cpp
  3. nvim -s .config.d/cursorpos ${1%.*}.cpp