Source directory creating script for competitive programmers who are using c++ and neovim
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

5 satır
92 B

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