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.

create.sh 78 B

12
  1. cp .config.d/template.cpp ${1%.*}.cpp
  2. nvim -s .config.d/cursorpos ${1%.*}.cpp