mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-08-03 03:16:10 -04:00
3 lines
112 B
Bash
3 lines
112 B
Bash
#!/bin/sh
|
|
p4 opened | sed "s/#/ /" | cut -f 1 | p4 -x - where | sed "s/ / /g" | cut -f 3 | xargs dos2unix
|