Explorar el Código

create.sh: don't override file when exists

master
RinRi hace 2 años
padre
commit
6541089255
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      create.sh

+ 1
- 1
create.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar