Move under www to ease rsync
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sed -nf
|
||||
|
||||
# reverse all lines of input, i.e. first line became last, ...
|
||||
|
||||
# from the second line, the buffer (which contains all previous lines)
|
||||
# is *appended* to current line, so, the order will be reversed
|
||||
1! G
|
||||
|
||||
# on the last line we're done -- print everything
|
||||
$ p
|
||||
|
||||
# store everything on the buffer again
|
||||
h
|
||||
Reference in New Issue
Block a user