File: elvis.bwf

package info (click to toggle)
elvis 2.1j-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,272 kB
  • ctags: 5,969
  • sloc: ansic: 55,550; sh: 964; makefile: 267
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
if backup && !newfile
then {
 if os=="unix"
 then eval ! cp (filename) (filename).bak
 else eval ! copy (filename) (basename(filename)).bak >NUL
}