Files
SWG_Client_Next_Main/tools/p4dos2unix
2016-06-01 15:00:39 -04:00

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