mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Update some URLs. From Frederic L. W. Meunier <lists@pervalidus.tk>
This commit is contained in:
parent
df44271fd0
commit
5670baccb4
@ -21,11 +21,11 @@ case `echo $1 |sed 's/^.*\.//'` in
|
||||
astyle --style=java --mode=java "$2"
|
||||
;;
|
||||
htm|html|HTM|HTML)
|
||||
# http://www.w3.org/People/Raggett/tidy/
|
||||
# http://tidy.sourceforge.net/
|
||||
tidy -q -m -ascii -wrap 80 "$2"
|
||||
;;
|
||||
*)
|
||||
#ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.tar.gz
|
||||
# http://www.gnu.org/software/coreutils/
|
||||
fmt "$2" >"$2.tmp" && rm -f "$2" && mv -f "$2.tmp" "$2"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user