All pastes #2009486 Raw Edit

admin

public text v1 · immutable
#2009486 ·published 2010-12-03 12:11 UTC
rendered paste body
#!/opt/bin/bashecho $* | awk '{for (i=NF; i>0; i--) printf ("%s ",$i);printf("\n");}'