index
:
~irc
/
github.com
/
kvirc
/
KVIrc.git
this commit
3.4
4.2
curan
ignore-sigpipe
master
https://github.com/kvirc/KVIrc.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
admin
/
convert.sh
blob: af4cef57f8e103a59cc2ba3cce8b696587d3d2b3 (
about
) (
plain
) (
blame
)
1
2
3
4
5
#!/bin/bash
for
aa
in
$*
;
do
file:
$aa
dos2unix
$aa
done