ソースを参照

create.sh: don't override file when exists

master
RinRi 2年前
コミット
6541089255
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      create.sh

+ 1
- 1
create.sh ファイルの表示

@@ -1,4 +1,4 @@
#!/bin/sh

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

読み込み中…
キャンセル
保存